How to upload folder and its subfolder contents

1
Hello Experts, I have requirement to make zip file from folder which contains files and sub folders. I checked File Dropper widget. It accepts only files but not sub folder and its files. Tried with java action also but java action is looking folder on the server where Mendix Service console is running. Is there any way to achieve this .
asked
1 answers
0

The mendix filedropper indeed doesn't support folder upload.
However the react dropzone widget, which the filedropper is based on, does apparently support folder upload.
So you would need to extend filedropper widget and apply this solution. 

answered