How to open the files from the system
Hai to all
Here I am doing a project where I have to put backup word files on the browser . I have created an applet with browse , attach and done (Buttons) . By clicking browse I have to get the open dialog box so that i can give the path easily . Any one can help me in that action event.
[330 byte] By [
manasa_m] at [2007-9-26 4:20:42]

Unless digitally signed (or updating the policy file) an applet cannot access local client resources (e.g., reading from/writing to local files, using the FileDialog, etc.). For more about signing an applet see the following page:
http://www.davidreilly.com/jcb/faq/javasigningfaq.html