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

For multiple file uploads, example code was buggy #150

Closed benzamin closed 8 years ago

benzamin commented 8 years ago
  1. Updating this._active.length to this._active, as its a integer variable. Destroy wont get called if "this._active.length === 0 " is checked as AND condition.
  2. For multiple file uploads, the example code shown here showed the progress bar(s), but never '"FILLED" any of them at all. The CSS wasn't getting recognized somehow, might be a bootstrap version upgrade problem.
LPology commented 8 years ago

Excellent, thank you very much! Merging now.

benzamin commented 8 years ago

Hey @LPology Thanks for the merge, also please check out the commit: https://github.com/benzamin/Simple-Ajax-Uploader/commit/80cd8af45c8f9d9a00c75dfea0c89ef39f09b02d If you think this will be helpful, you can let me know, I can make a pull request.