You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google-We...@googlegroups.com
Hi,
I've created both an Applet and a GWT class that allows me to read a file on the user's file system. It asks permission to the user but for me this is fine.
So first I created an applet and a signing key.
The code and instructions to build the Applet can be found at:
I tested on IE, FF and Opera. On Opera the FileUpload.getFilename() don't give the correct path to the file, but if I use the correct name in
JSIO.getFile() it works. Can someone please test it on Safari?