| Author |
Reading local files
|
Brian Wodlinger
Greenhorn
Joined: Oct 20, 2001
Posts: 4
|
|
I need to read a text file in an applet, but every time I do, Netscape starts throwing security exceptions. Is there some way around this? Am I not reading the file properly? Thanks in advance, Brian.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
|
Unsigned applets are forbidden to access local files. Otherwise I could write an applet that would send me information off your computer you'd rather keep private.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Reading local files
|
|
|