How can I imitate a drag-and-drop without the user actually dragging and dropping?
I'm building a simple in-house application for our team to upload files, but I don't want them to drag and drop files to the page.
I simply want them to specify the local filename, and I need Javascript to tell the browser that file was dragged and dropped.
Also, after reading in many forums I've noticed that it's near impossible to manipulate input type="file" with javascript (for security issues).. my question would be, is it possible to do it with flash or any other technologies?