• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Jquery script for uploading multiple files to Amazon S3

MBony

Platinum Member
I am looking for a script to upload multiple files to S3 without using flash. Everything I have seen so far uses swf. Has anyone else had a need for this and if so, what was your workaround?
 
JavaScript has security restrictions around scripting file uploads. I think you need a signed applet (not sure about flash) if you want this to be a browser-based solution.
 
Back
Top