92
Views
4
Comments
Solved
How to download all images from database in One Go
Application Type
Traditional Web, Mobile, Reactive

Hi All,

There is an entity that has binary attr. like Jpg,png etc. that i want to download in Jpg/jpeg in one go and all images would be in a folder.

Is it possible or not that when i will click on download , All images should download in a single folder.

I made the logic by that i am able to download single images not all.

kind regards.

2020-11-25 10-45-32
Mostafa Othman
Champion
Solution

Hello Sourabh, 

You can download all images into one action by using Foreach widget for looping through your table and download images in sequence but you will not able to create or download folder

2022-07-03 17-24-08
Sourabh sharma

Mostafa Othman !! very great thanks for your quick reply 

What you said that i did ,the problem is that download widget take binary datatype not list or record.

or can you explain more what you are telling.


2020-11-25 10-45-32
Mostafa Othman
Champion

Kindly find attached demo which may help you 

Download_Demo.oml
2025-12-17 21-10-06
Shlok Agrawal

Hey Sourabh, please refer solution of this:

Step 1) https://www.outsystems.com/forums/discussion/84613/upload-a-file-using-url/#Post355618

Step2)  You just have to apply ForEach loop over the whole logic just like this.


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