Applet saving to file

I have program that I will be running on a LAN, and I want the applet to be able to write to a file on one of our servers, is this possible?
[147 byte] By [superhalo117a] at [2007-11-27 5:38:45]
# 1

Hi

There are couple of ways, you can share a folder from you server and map it to the user, then you can have a signed applet to write it to this mapped drive

second way is you have have a shared folder on server and then access it from applet as //yourservername/foldername

hope this helps

Ashish

kulkarni_asha at 2007-7-12 15:12:46 > top of Java-index,Security,Signed Applets...
# 2
Thanks I will try it out
superhalo117a at 2007-7-12 15:12:46 > top of Java-index,Security,Signed Applets...