Skip to main content

All Questions

0 votes
1 answer
2k views

drag and drop file did not response

I am trying to do a upload file and drag & drop file but only the upload file was successfully and the drag & drop did not function and I can't figure it out. Below is my code: HTML <...
Lim Chin Hong's user avatar
0 votes
1 answer
794 views

Hide file upload button but show file names?

I made a simple drag and drop zone for multiple file uploads. I want the user to just drag their files into the drop zone and have the file names be displayed there. I hid the standard "Choose file" ...
Elvira Pross's user avatar
2 votes
0 answers
426 views

Drag and drop for upload file not work on Microsoft Edge

I integrated drag and drop functionality into my site simply by applying CSS and jQuery with the change function. The code works in Firefox and Chrome but not in Edge. If I try to drag a file and ...
Jackom's user avatar
  • 436
5 votes
1 answer
2k views

How to extend droppable area of file inputs to area of a div?

How can I accept files being dragged and dropped on a div as if they were dragged onto a target file input element? This only works for <input type="file" />: <form method="post" enctype="...
user3030089's user avatar
3 votes
1 answer
376 views

why is file drag and drop disabling draggable elements?

Hello stack overflow community! I am writing a script to make simple drag and drop able document maker. I wrote all my current code by myself, but I had no clue how to enable dragging of desktop files ...
cure's user avatar
  • 2,648