You can achieve what you want by separating the microflow actions by calling them separately from a nanoflow.
This will request the user to allow the application to download multiple files.
Hi Nagendran,
Perhaps you can try to zip them and then download the zip file?
Hope this helps!
Thanks Johan. Unfortunately, my requirement is to have individual files to be downloaded in to users’ machine.
AFAIK downloading multiple files is not possible in Mendix.
Creating a zip file is an alternative, is there a particular reason this will not work in your case?
Alternatives i see are to ftp the files to a share that the client has access to or to send the files to sharepoint. The client can then download the files from sharepoint.
Hi,
Try out Siemen developed Market module - Download Bulkd Files.
Download this module from Market Module.
Add a button that calls a nanoflow.
Pass the File's Parent object into the nano flow.
Inside Nanoflow -> Retrive the files from parent object and add the javascript available from the Download Buk Files module.