how can I simulate the action of dragging and dropping a file from the filesystem to an element that has a ondrag event trigger?
As for the normale "file" input, I was able to set the value of the input with jQuery. Can't I create a javascript File object or use any similar hack?
Thanks
Thanks