T
The Natural Philosopher
Very simple problem. I want to upload and download data from within a
page to an https socket, to upload and download sensitive data to a
small subwindow. Essentially a password protected javascript driven
<div> element.
i.e. given that I can get my data to a set of javascript variables, I
want to send them to a server side script sitting on the https: part of
a server, and get some other data back into javascript variables. and
hence update the screen.
page to an https socket, to upload and download sensitive data to a
small subwindow. Essentially a password protected javascript driven
<div> element.
i.e. given that I can get my data to a set of javascript variables, I
want to send them to a server side script sitting on the https: part of
a server, and get some other data back into javascript variables. and
hence update the screen.