The moose likes Ranch Office and the fly likes Write with applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » This Site » Ranch Office
Reply Bookmark "Write with applet" Watch "Write with applet" New topic
Author

Write with applet

Philip Pross
Ranch Hand

Joined: Jan 17, 2001
Posts: 76
Hey, I have an application that checks for a host file, but I need it in an applet. Later on, I found out "you can't write or read from a hard drive".
Phil
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
Applets can read and write files on the server on which they are located. They can do more than that, too, but it requires the applet to be signed and the user has to allow it.
paul wheaton
Trailboss

Joined: Dec 14, 1998
Posts: 18131

I'm moving this thread to the applet forum
 
 
subject: Write with applet
 
Threads others viewed
use applet
applet with jdbc
Image upload applet
Java Applet
file write
MyEclipse, The Clear Choice