I have found loads of jQuery plugins to allow a user to drag and drop a file onto a "dropzone" and add the file to an upload queue or immediately upload it.
However, I would like to allow my users to drag an image onto a dropzone and have that populate an <input type="file">
.
Does this exist already? If not, how would I go about creating it?
Many thanks,
Andy