show the file count on uploading
This commit is contained in:
@@ -149,8 +149,13 @@ let SM = {
|
|||||||
percent = Math.round(percent);
|
percent = Math.round(percent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let title = 'Uploading';
|
||||||
|
if(count > 1) {
|
||||||
|
title = ' ' + (idx + 1) + ' of ' + count;
|
||||||
|
}
|
||||||
|
|
||||||
Swal.update({
|
Swal.update({
|
||||||
title: 'Uploading...',
|
title: title + '...',
|
||||||
html: `${file.name} - ${percent}%`,
|
html: `${file.name} - ${percent}%`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user