Upload (multiple) book formats with progress and merge the corresponding metadata into the book

This commit is contained in:
Ozzie Isaacs
2024-08-17 15:34:50 +02:00
parent d8d9d405e9
commit 1eb77c9cd4
7 changed files with 291 additions and 277 deletions

View File

@@ -130,7 +130,7 @@ $(".container-fluid").bind('drop', function (e) {
}
});
if (dt.files.length) {
if($("btn-upload-format").length) {
if($("#btn-upload-format").length) {
$("#btn-upload-format")[0].files = dt.files;
$("#form-upload-format").submit();
} else {