Drag and drop an image from desktop to a web text editor (implementation in javascript)
- by fatmatto
I tried to write reasonably short title but i failed i guess..
Hi everybody here's what i'm trying to do:
I want to implement a web text editor able to recognize when the user drag a image file over it's editing surface and it automa(gically) starts the upload and insert the image near the cursor position.
In other words i don't want the user to…