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]
# 1
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.
padmanabhank_iyengar at 2007-6-29 18:42:17 > top of Java-index,Security,Signed Applets...
# 2
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.
padmanabhank_iyengar at 2007-6-29 18:42:17 > top of Java-index,Security,Signed Applets...