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

Ability to target more then 1 progress bar? #184

Open MrCaspan opened 7 years ago

MrCaspan commented 7 years ago

So I have a responsive site and when using a larger screens I use a linar progress bar. On a smaller screen I would like to use a circle progress bar but your script only seems to let me target 1 item for updating of the progress % for visual reading and allow me to target one progress bar for updating. Is there anyway to maybe pass this.setProgressBar(progressBar); this.setPctBox(percentdisplay); an array of IDs to update? that way I can hide my linear progress bar and show my circular progress bar but both are updated when an upload happens?