232
Views
7
Comments
How to download multiple files in Reactive Web App on a button click
Question
Application Type
Reactive
Service Studio Version
11.54.28 (Build 62865)
Platform Version
11.24.0 (Build 41180)

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.



2025-12-23 12-24-14
Adão Pedro

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.

2023-08-28 07-00-10
Paulo Torres
Champion

With a zip is a universal and common way to do it. Outsystems already have an extension for zip, no need to install.

2022-12-30 09-46-57
Deepika Patel

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

UserImage.jpg
Annie Bibiana Yesudass

@Deepika Patel
Can you please share any sample oml file for this zip functionality to download all the files.

UserImage.jpg
ManoSenthil N

Hi all thank you for the replies. But we dont want to create zip. without zip how can we download multiple files?

2021-06-03 11-03-21
Anubhav Rai

Hi @ManoSenthil N ,
I have prepared a demo and attaching it for your reference.

Hope this helps you.

Regards,
Anubhav

MultipleDownload.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.