[6024] in java-interest
reading files in host
daemon@ATHENA.MIT.EDU (Kenneth Cheng)
Fri Mar 15 22:48:43 1996
Date: Fri, 15 Mar 1996 11:37:07 -0800
Reply-To: Java Interest <JAVA-INTEREST@JAVASOFT.COM>
From: Kenneth Cheng <kcheng@CS.STANFORD.EDU>
To: Multiple recipients of list JAVA-INTEREST
<JAVA-INTEREST@JAVASOFT.COM>
Does Netscape Navigator allow applet to asscess files in host using methods
avaialable in RandomAccessFile. I just created a prototype that relies
heavily on on line data and user input. I need to store all user input
to a file in the web site(host). If Netscape does not support host file
access, how can I get around this.