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.
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
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.
Kindly find attached demo which may help you
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.