dom111 / webdav-js

A simple WebDAV client written in JS for use as a bookmarklet, or integration into a web server.
MIT License
92 stars 18 forks source link

Allow drag and drop of nested folders #48

Open nielll opened 5 years ago

nielll commented 5 years ago

Hi dom,

I'm using your webdav js quite often and I was questioning myself if it would be possible to upload complete folders with files in it? What do you think about?

greetings niel

dom111 commented 5 years ago

Hey @nielll, I'm glad you're still using this! Last time I looked into this it wasn't possible because of how the drag and drop API worked, but I'll surely investigate again!

dom111 commented 5 years ago

A quick search yields: https://protonet.com/blog/html5-experiment-drag-drop-of-folders/ so it looks like it is!

dom111 commented 4 years ago

Still looking at this. Browser support makes this a little trickier than I'd hoped, but I do think it's a great enhancement.