drag and drop folder in the DHTMLX form upload

Hi

I want to be able to drag and drop folder and all it’s content into the DHTMLX form upload.
Is this feature supported? Any idea how to achieve this?

Thanks in advance

Hi
There is no approach to do that in all browsers… Only in Chrom (nowadays)

//myForm.getUploader('myFiles').f.setAttribute("directory","1");
myForm.getUploader('myFiles').f.setAttribute("webkitdirectory","1");

It will work in Chrome.
You can select folder and upload all files inside this folder and sub-folders.

Hi

unfortunate for me the preferred browser for the application is Firefox
Thanks for the confirmation guys :slight_smile: