Reading file from applet

Hi ,

I have developed an application using applet , in that am able to read a file,which is located at the server from which applet is running but I want to read a file which is located at the client (i.e other than the server from which applet is coming). I think for this I need to use signed applet , could you help me in this regard.

Thanks & regards

[378 byte] By [bell@weather] at [2007-9-30 17:29:54]
# 1
1. Generate a Key with JDK's keytool: keytool - genkey2. Use jarsigner to sign you jar file: jarsigner my.jar KeyNameSee: http://java.sun.com/docs/books/tutorial/jar/sign/signing.html
Alexander_Langer at 2007-7-6 13:52:56 > top of Java-index,Desktop,Core GUI APIs...
# 2
http://forum.java.sun.com/thread.jsp?forum=63&thread=524815second post
harmmeijer at 2007-7-6 13:52:56 > top of Java-index,Desktop,Core GUI APIs...