Whats your thought process in order to make a download all button?

0
I have successfully added a download button for my uploaded documents and generated documents. Now, I would like to create a ‘Download All’ button that combines both lists and loops through them to download all files with one click. I am having trouble figuring out how to retrieve both lists from a data grid and create the loop, as I seem to be missing a parameter to call the document download function. Can you help me with this?   If I click the arrow, I Show the document page where you can download individually My Issue is with the download all documents from a specific entity, both generated and upload.   I am new to Mendix and will really appreciate the help!
asked
1 answers
0

Hey Francisco Quintero,

 

You can search for Zip download market place module. This might help you to download List of files into a Zip. 

 

Some modules from the market place : 

https://marketplace.mendix.com/link/component/212256

https://marketplace.mendix.com/link/component/108292

https://marketplace.mendix.com/link/component/208073

 

ATB!!

answered