Implementing File Download, Unzipping, and Folder Creation using Mendix PWA.
0
We want to download software files via URLs, which we are retrieving through an API. Additionally, we need to create a folder where these files will be stored.The files can be in ZIP format, so when they are saved, they should be automatically unzipped and placed in the newly created folder.Note: We have already implemented a custom JavaScript action to download the files.Our app is a Progressive Web App (PWA) and works offline. This feature should only be available when the user is online. Does Mendix provide a solution for this use case?
asked
Bhushan Lande
1 answers
1
Hello Bhushan,
There are some zip handling modules that will maybe comes in handy:
I mainly used it for unzipping and processing the files.