Skip to content

Tag: drag-and-drop

Drag & drop a file anywhere on a page

I have the following code: You can click on it to select a file. But alternatively you can drag a file and drop it on the Select file button. But you have to exactly hold the cursor above the button when dropping the file. Otherwise it won’t work. There are ways to make the button or the drop zone bigge…

Get src of dropped image from event target

I have a list of images that i can drap and drop, when dragging starts on image i store it’s URL in a state like this: When dropping it i use that state URL to display the image: But I was wondering if I could use the event e produced by onDrop to get the URL of the image, without