.
This commit is contained in:
@@ -68,6 +68,9 @@
|
||||
dropContainer.ondrop = function (evt) {
|
||||
$(evt.target).removeClass("drop-target-active");
|
||||
|
||||
|
||||
toastr.info(`Adding ${evt.dataTransfer.files.length} files.`);
|
||||
|
||||
// Get all input elements
|
||||
inputs = $("#long-form input[type=file][id^=id_images-]");
|
||||
//fileInput = document.getElementById("id_images-0-image");
|
||||
|
||||
Reference in New Issue
Block a user