Entry
how can i upload files(any kind of file) from my java applet to serevr
Dec 16th, 2001 17:22
Jean-Bernard Valentaten, ashutosh lawania,
Just in case you would'nt know, this is a JavaScript forum. JavaScript
has nothing to do with Java, except for the name.
Anyway, here's the answer:
First of all, you need to deal with the so called sandbox. Java has a
lot of security measures, making it impossible to do hacking etc with
it. If you want to be able to write data to any machine (even the one
which you're running the applet on), you need to sign the applet (read
the java manual for more information about that).
Jean