Reputation: 6322
looking into multi file - drag and drop - upload scripts. we were using swfupload until flash 10 destroyed it. the other options we are investigating are java and google gears. what would you recommend and do you know of libraries/examples/frameworks that support these options like the swfupload. thanks, Josh
Upvotes: 1
Views: 879
Reputation: 99525
I came across the same problem. The latest version of SWFUpload does work, and it does so by transparently overlaying the swf on top of your 'select files' button.
This will work. The reason Flash 10 broke the old one, is because (for security reasons) it forces the end-user to initiate the process through a click, instead of allowing scripts to invoke this.
Instead of using all the swfupload javascript, we did actually end up rewriting that entire library (and cutting down the javascript code to about a 10th of the original).
Upvotes: 0