Hi,
I have a question, infact a problem, that needs to be solved.
I have an applet that reads a text file.
First when I wrote then the applet and then it did not read the file. It gave the error Access denied (java.io.FilePermission: test.txt read)
Then I changed the policy file and executed it with appletviewer, the applet read the file, but when tried to access the same with IE browser, it did not read.
Why is it so? What should I do to make the IE also read the text file ?
Please let me know.
Thanks in Advance
Sapna