Upload (multiple) book formats with progress and merge the corresponding metadata into the book
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user