March 5, 2012
Multiple file upload using javascript without modifying current code
Question by Uffo
I have a script already for uploading pictures, but I want the ability to select more pictures at once on upload,by holding down ctrl,I know I can use uploadify but I don’t want to start over, mabe you guys know a script or something for jquery, that will work without to remove the current code, or you guys could give me a snippet.
Answer by Starx
The ability to slect multiple files in entirely the browsers features. Which cannot be changed by using a Javascript
or css
or html
. Using uploadify or similar as you mentioned in your question is the right way to go.
You know uploadify
also uses the swfobject.js
, to overcome this limitation by using an actionscript
instead.