How to Upload

0
Hi there,   Could you please tell me if there is a way to do the following two things? 1.Upload by selecting a directory. 2.Upload by selecting multiple files The use case is to upload files from local machine to other environment.   Thanks, Iwata
asked
1 answers
0

I dont think there is any widget that lets you choose a folder and read/upload all files within it. (Perhaps its logical that such an option doenst exist as folder can have sub folders and it recursively increases)

 

There is a file dropper widget that you can try and see if it fits your needs.

 

The default filemanager widget doesnt seem to have the ability for Multiple files (as it architecture idea is different) but if you are going to do a custom/pluggable widget, finally this widget is nothing but a input type=”file” with multiple attribute added to it. Then the browser automatically lets you choose multiple files.

 

Good luck.

answered