LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Issues implimenting multiple file upload #203

Open drnkwati opened 6 years ago

drnkwati commented 6 years ago

Please can you provide a full example for multiple file upload. I have followed the readme example but cant get it to work The file input is always single select and does not support multi file selection thanks

anurupr commented 6 years ago

Hi, i think i had a similar issue. You have to set multipleSelect to true in the options. Refer to the https://www.lpology.com/code/ajaxuploader/docs.php

CarterRJ commented 6 years ago

I've tried selecting multipleSelect but it still only allow one. Only by additionally selecting multiple does does it allow multiple select. But then I uploads one at a time which is what I don't want.

CarterRJ commented 6 years ago

Upgraded to from v2.4 and seems to be working correctly. Except it only upload one of the selected multiple.