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

Fire multiple upload with only one submit call #191

Closed babeuloula closed 3 years ago

babeuloula commented 7 years ago

Hello,

On my page I need to upload 4 files and some datas (textarea, checkox ...). But when I call the submit function, I have only one file and the datas. How I can fire all instance with only one ajax call with the 4 files and my datas ?

Thanks you