applet to cgi/server communication
hai,how can an applet save a file to server or cgi environment.
[77 byte] By [
venkat24a] at [2007-11-27 7:34:03]

# 1
By opening a network connection to the server and sending the file contents as POST or PUT data. It could probably also use file upload, although I suspect that might not be worth it if the client is a program (and not human user filling out a form).