zskillz
04-08-2001, 02:46 AM
here's the short of it... I'm using java to write an applet
that applet is supposed to read a text file that is on the server in which the webpage that contains the applet resides...
here's the problem...
I've done my research for the last 2 hours at various java sites, and it is clear that applets are not intended to be able to read text files on their host machine (this could lead to serious security breaches...)
however, i couldn't find anywhere where it absolutely said "they CANNOT do it"...
I want my applet to be able to read a simple text file and output some of the data in a text field, but I'm getting an IOException problem...
can anyone puhleease help me out here???
thanks
-Z
that applet is supposed to read a text file that is on the server in which the webpage that contains the applet resides...
here's the problem...
I've done my research for the last 2 hours at various java sites, and it is clear that applets are not intended to be able to read text files on their host machine (this could lead to serious security breaches...)
however, i couldn't find anywhere where it absolutely said "they CANNOT do it"...
I want my applet to be able to read a simple text file and output some of the data in a text field, but I'm getting an IOException problem...
can anyone puhleease help me out here???
thanks
-Z