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

After upload, pause others ajax process #208

Open gmbad opened 6 years ago

gmbad commented 6 years ago

Soon after uploading a file, my other functions / ajax requests wait for the upload complete to continue. Would you like to upload asynchronously, so that my other processes continue, regardless of upload?

Thank you very much,

Gabriel