modified : upload percentage issue fixed
This commit is contained in:
parent
befacf093e
commit
584fbc7b96
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@
|
||||||
$('.progress-bar_'+pluploadFileId).css("width",filePercentage+"%");
|
$('.progress-bar_'+pluploadFileId).css("width",filePercentage+"%");
|
||||||
//updawte progress bar text to show percentage
|
//updawte progress bar text to show percentage
|
||||||
$('.realProgText_'+pluploadFileId).text(filePercentage+"% Completed");
|
$('.realProgText_'+pluploadFileId).text(filePercentage+"% Completed");
|
||||||
|
$("#progressNumber").text(file.percent + "%");
|
||||||
// meaning file has completely uploaded
|
// meaning file has completely uploaded
|
||||||
if (filePercentage == 100) {
|
if (filePercentage == 100) {
|
||||||
// remove cancel button
|
// remove cancel button
|
||||||
|
|
Loading…
Add table
Reference in a new issue