I want to be able to drag and drop files into different places in the page to mean different things. I am already using jQuery UI's drag and drop interface and it would be nice if I could integrate that somehow with the file interface. Does anyone know of a plugin that does this?

link|improve this question

75% accept rate
I'm not aware of any existing library, but it's not too difficult to make something from scratch: jsfiddle.net/P3KJA/2. If there is a state-of-the-art library available you of course should use it, but this fiddle might be a start if there are none. – pimvdb Nov 27 '11 at 21:39
feedback

1 Answer

Have you given a look to "elfinder"? Not only provides drag and drop but all sorts of features (permissions, filters, upload, remove, rename).

http://elfinder.org/

Hope it helps. -JJ

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.