Download Multiple Files Without Them Being Zipped

1
Hi guys, I've got the following microflow that basically retrieves a list of documents that have previously been uploaded and puts them into a zip file, which is immediately downloaded from the browser. I'd like to know if it'd be possible to download all of those documents at once, without them being zipped. And if so, how? Thanks a ton, Alejandro
asked
3 answers
6

Hi,

This might help you to download multiple files,

https://github.com/allardbrand/DownloadMultipleFiles

Hope it helps!!!

answered
2

Hi Alejandro,

You can use the multi-file download widget for this: https://marketplace.mendix.com/link/component/60747.

Depending on the browser, this action might be blocked by the browser and needs to be allowed first, see the documentation for more details.

Hope this helps!

answered
0

The link to the marketplace is no longer working. For me it worked to use a Nanoflow.

answered