how to write file to server side?
hello,
Could anyone pls help me...
I just want to see an example how can I write to a file that is placed at the server(save place as the applet).
p.s. I have been successfully read a file from there...
Suppose I have signed the applet (self-signed), anymore security problem I need to pay attention to?
Thanks a lot!!
[362 byte] By [
mandy2] at [2007-9-26 4:50:44]

hi mandy, from the applet u can send the file to be written into the server to a servlet running in server and the servlet can in turn write the file into the servlet. by applet - servlet communication, u can easily read and write files to the server.
hi mandy, from the applet u can send the file to be written into the server to a servlet running in server and the servlet can in turn write the file into the server. by applet - servlet communication, u can easily read and write files to the server.