Studio-Center / sc-auditions

Audio projects auditioning system with client interface.
http://studiocenterauditions.com
Other
1 stars 0 forks source link

Small bug on Uploading Status bar #3

Open AlanSwenson opened 5 years ago

AlanSwenson commented 5 years ago

I upload 10 files, 2 files per talent, they were Script1 and Script2 but the uploader bar only ended with 5 of 10 uploaded when in actuality they were all there. See pic. screen shot 2018-12-18 at 9 16 40 am

doodersrage commented 5 years ago

This is due to the asynchronous AJAXY out of order upload method implemented within the system. It might be possible to send files synchronously but the process will be slowed and it might introduce other unwanted problems. If the gray overlay is gone, that means the upload has completed. Most of the time a full indicator bar will also point towards a completed upload process. Upload count will almost always be off due to the previously mentioned asynchronous upload method.

doodersrage commented 5 years ago

Seems to be acting a little more inline with recent updates, but I'm sure it's still a bit off for some.