modified : upload percentage issue fixed

This commit is contained in:
Fahad Abbas 2017-03-22 18:25:32 +05:00
parent befacf093e
commit 584fbc7b96

View file

@ -385,7 +385,7 @@
$('.progress-bar_'+pluploadFileId).css("width",filePercentage+"%");
//updawte progress bar text to show percentage
$('.realProgText_'+pluploadFileId).text(filePercentage+"% Completed");
$("#progressNumber").text(file.percent + "%");
// meaning file has completely uploaded
if (filePercentage == 100) {
// remove cancel button