I am studying a web / techno framework that allows you to drag n files from the file system to a web application. Of course, the goal is to upload these files to the application server.
In Flex, this seems impossible (although it works with AIR). I found a way with Google Gears, but this forces the user to install Gears as a browser plugin.
With the Java applet, this seems possible, but it requires the user to accept the security rule exception ... (this is strange for me, because reading the file specified by the user through DnD is not "less secure" than if the user specified the file through the standard classic dialog box Loading ...).
Is there any non-intrusive way to enable this function without installing any plugin and without accepting a security warning message?
web-applications file-upload drag-and-drop
anthonimous
source share