File drag and drop

Just starting out? Need help? Post your questions and find answers here.
spidernet
Posts: 72
Joined: Tue Feb 02, 2016 3:50 pm

File drag and drop

Post by spidernet »

Hello,

I would like to implement simple drag and drop feature to my application.
There is OpenFileRequester command, but can use it only in "emergency situation" as
users like to drag and drop files and not browse directories to find the correct file to upload,
often they don't even know where the file is located as they use search tool in OS.
I have already implemented an upload procedure which uses HTTP POST and it works well but
this part is more complicate.

Has anyone done drag and drop with SB/JavaScript?