i just want to know if it is at all possible to make a java applet save a file to the web server it is being hosted off of.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
An applet runs on the client side, not on the server. Therefore, for it to be able to save something on the server, it must contact it (using FTP or whatever) just like any other program. |
|||||||
|