still fixing for androids

This commit is contained in:
2018-02-08 21:19:50 +02:00
parent 92344c8219
commit 249547b1f8
2 changed files with 2 additions and 8 deletions

View File

@@ -20,6 +20,8 @@ function UploadFile(file) {
xhr.upload.addEventListener("progress", function(e) {
var pc = parseInt((e.loaded / e.total * 100));
o.innerHTML = "Uploading: " + pc + "%";
// upload works, hide button
document.getElementById("list_upload_button").hidden = true;
}, false);
// file received/failed