PDA

Click to See Complete Forum and Search --> : Open a file on a remote server


Hendrik
Dec 8th, 2000, 09:24 AM
Hi

How can you save and open a file on a remote server( java applet)?

noone
Dec 8th, 2000, 11:22 PM
Applets are run client side on the browser so you cant directly save to the server. There would have to be some kinda of serverside program/script to communicate with.