create a ZIP file from multiple FileDocuments in Mendix 10.15?

0
Hi everyone, I’m working in Mendix 10.15 and need to implement a feature where I export a main PDF (generated from an entity) together with related file attachments (System.FileDocument) — such as Excel, PNG, PDF, etc. — into a single ZIP file for download. So far I see Java actions for file handling (e.g., merge PDFs, duplicate FileDocuments), but I can’t find any action that lets me combine multiple files into one ZIP. My questions: Is there a built-in way in Mendix 10.15 to generate a ZIP archive from multiple FileDocuments? If not built-in, what’s the recommended approach to achieve this? Has ZIP creation support moved to another module in Mendix 10.x?
asked
2 answers
1

Hi Waad,

Please refer this article

https://medium.com/@mohammad.saqib_1262/download-multiple-files-in-one-click-using-zip-handling-in-mendix-ccf11b72fad1

answered
1

Waad,

There are several Zip modules available in the Mendix marketplace:

image.png

 

Hope that helps,

Mike

answered