|
-
September 23rd, 1999, 11:06 AM
#1
Opening text files in Java Applet
How can I use a java applet to open a text file located on the server. I have it working for an application, but the browser gives me security errors...any ideas?
-
September 23rd, 1999, 11:44 AM
#2
Re: Opening text files in Java Applet
The java applet must be running on the same server as the text file is located. If you try to run it locally when the text file is on a remote server, the browser will give security errors. This might not be the problem, but I hope it helps.
Dave Turner
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|