perryflynn / webshelf-file-explorer

A file explorer written in ExtJS and PHP
GNU General Public License v3.0
10 stars 4 forks source link

Enable Drag & Drop Upload #70

Open kordianbruck opened 10 years ago

kordianbruck commented 10 years ago

For uploading files it would be great to provide Drag&Drop capabilities. This would make usage alot easier because you don't have to click on the top bar button all the time.

perryflynn commented 10 years ago

At the moment, ivan-novakov/extjs-upload-widget doesn't support this. But drag and drop is on ivans todo list.

kordianbruck commented 10 years ago

Ah gotch ya. One remark: I wouldn't just allow it on the upload form but directly on the filelist. So when I open a specific folder and drag files to the file list it should auto upload them.