Drag and drop into a browser application
Posted
by user272769
on Stack Overflow
See other posts from Stack Overflow
or by user272769
Published on 2010-03-12T06:22:21Z
Indexed on
2010/03/12
6:27 UTC
Read the original article
Hit count: 286
browser
|drag-and-drop
We have a browser based application written in PHP in which I want to drag-n-drop files from the windows explorer or directly email attachments(this would be very cool). On dropping the files in the browser application, it should save it on a particular folder on the server. Any help on how this can be achieved would be really appreciated.
© Stack Overflow or respective owner