Multiple_file_drag_and_drop_upload icon indicating copy to clipboard operation
Multiple_file_drag_and_drop_upload copied to clipboard

Results 7 Multiple_file_drag_and_drop_upload issues
Sort by recently updated
recently updated
newest added

There is a bug say first time you upload 2 files, after submission, you upload 3 more files. It is expected to only upload 3 files, but actually it uploads...

You have used support variable in your script for uploading a file if it is image but i want to upload a file if a file is csv format and...

Hi, firstly, thank you very much for this! Works like a charm. :+1: I'm using it for image upload, I would like to be able to have multiple instances of...

Hey there! Thanks for this easy multiupload script, its very fine and simple. But I have a big problem with my AJAX data: Is the name of an image like...

When files are not compatible there is no way of clearing the list. Adding the following lines I've solved this. ## multiupload.js After the other add EventListeners: ``` javascript document.getElementById(this.config.clearbutton).addEventListener("click",...

If your server is linux, you have that change the permissions to 777, if don't make this, THIS DON'T WORK! ;)