Charles Bell
Posts: 519
Nickname: charles
Registered: Feb, 2002
|
|
Re: Applets writing to a text file
|
Posted: Mar 8, 2003 3:37 PM
|
|
It is normally prevented by the java security manager. Unless you are willing to pay several hundred dollars for a developer certificate from Thawte or Verisign to digitally sign your applet, you are not going to be able to do it directly with an applet. Programs set up on a server such as a cgi program, php script, java servlet, or jsp page can easily do those things.
Applets are expressing designed NOT to.
|
|