acdf895c2d
The upload progress is based on the "totalToUpload" variable. However,
as the variable is set when an upload is submitted, if another upload is
submitted before the previous one finished the upload progress only took
into account the size of the new upload (although the upload itself
worked fine; the files of the new submitted upload are added to the
active one). Now "totalToUpload" is either increased or set depending on
whether an upload is active or not.
Note that although "data.total" holds the total size of the files being
uploaded "totalToUpload" needs to be used in "fileuploadprogressall"
instead; "totalToUpload" is calculated when the upload is submitted, but
since
|
||
---|---|---|
.. | ||
dist | ||
templates | ||
app.js | ||
breadcrumb.js | ||
detailfileinfoview.js | ||
detailsview.js | ||
detailtabview.js | ||
favoritesfilelist.js | ||
favoritesplugin.js | ||
file-upload.js | ||
fileactions.js | ||
fileactionsmenu.js | ||
fileinfomodel.js | ||
filelist.js | ||
filemultiselectmenu.js | ||
files.js | ||
filesummary.js | ||
gotoplugin.js | ||
jquery-visibility.js | ||
jquery.fileupload.js | ||
keyboardshortcuts.js | ||
mainfileinfodetailview.js | ||
merged-index.json | ||
navigation.js | ||
newfilemenu.js | ||
operationprogressbar.js | ||
recentfilelist.js | ||
recentplugin.js | ||
search.js | ||
semaphore.js | ||
sidebarpreviewmanager.js | ||
sidebarpreviewtext.js | ||
tagsplugin.js | ||
templates.js | ||
upload.js |