Hi,
can anyone say How to download multiple files in Reactive Web App on a button click?
For a single request i have uploaded multiple files and displaying the same in a Table. I want to download all of the files on a download all click.
HI ManoSenthil N,
To enable the download of multiple files in an OutSystems Reactive Web App, you can create a ZIP file that contains all the files you want to make available for download. Here is a link to a component that allows you to create ZIP files, and they even have a demo to showcase how easy it is to use: EasyZip.
This component can be a valuable addition to your OutSystems project and simplify the process of creating and downloading multiple files simultaneously. It provides a user-friendly solution for handling file downloads efficiently.
With a zip is a universal and common way to do it. Outsystems already have an extension for zip, no need to install.
Hi @ManoSenthil N,
To download the multiple files you first have to create Zip file and then download that zip with ".zip" extension .
Hope this helps!
Regards,
Deepika
@Deepika Patel Can you please share any sample oml file for this zip functionality to download all the files.
Hi all thank you for the replies. But we dont want to create zip. without zip how can we download multiple files?
You can't. This is a browser limitation. Read more here: https://www.outsystems.com/forums/discussion/15591/download-multi-file/#:~:text=The%20fact%20that%20you%20can%20only%20download%20a,can%20use%20the%20system%20Zip%20component%20for%20that.
Hi @ManoSenthil N ,I have prepared a demo and attaching it for your reference.Hope this helps you.Regards,Anubhav