harmmeijer
Programmer
point 3 and 11 say that an applet running in a browser cannot read from a file from the client's disc or start another programm on the client's machine.
Sure this is a verry strong securety setting (unlike active x) but like active x you can enable it for "trusted" sites (in IE).
Does anybody know how to write a file uploader applet that uploads files from the client harddisc to the server that the applet originated from? (using URLConnection POST).
I thought this could come in handy when a user wants to drag and drop a list of files on the applet and let the apllet upload the files (and use some compression before uploading).
I was thinking of creating a swing app that does this but it should run as an applet or the applet should start this app and it looks like that won't work.
Greetings, Harm Meijer