PDA

View Full Version : File writing in Applet?


sureshg
03-12-04, 01:37 PM
Hai....
Is it possilble to write to a file in Applet ....?I could read a file from the applet....If yes plz zz give the souce code..
Bye
Suresh.G

stdunbar
03-13-04, 10:51 PM
For all practical purposes, no, you cannot write to a file from an applet. The security manager prevents local file access. Some browsers allow the user to allow local file access but you cannot be sure of it.



Hai....
Is it possilble to write to a file in Applet ....?I could read a file from the applet....If yes plz zz give the souce code..
Bye
Suresh.G