Hi all,
I have created a amazon type of e-commence application, in which I Want to show images of a product in different angles so I want to upload multiple images, store it and display it to customers.
If anyone knows how to do it, please help us through it.
Thanks in advance.
Maybe This component will help you.
check this: -
https://www.outsystems.com/forge/component-overview/8411/reactive-multiple-file-upload
for demo: -
https://jose-proenca.outsystemscloud.com/MultipleFileUploadReactive/UploadedFiles
you can create a list and save the images in it then for each item in list you can create a record.
"+Add Image" is linked to a client action:-
then you can simply save the data useing createorupdate action by iterating the list and fetching the current record:
hope this helps.
thank you,
mukul singh nathawat
Hello Surya,
You can use Multiple File Upload forge component.
Here is the link to download the forge component with demo.
https://www.outsystems.com/forge/component-overview/200/multiple-file-upload
You can check the outcome here.
https://yogesh-satpute.outsystemscloud.com/MultipleFileUploadDemo/
Hope this will resolve your problem.
Good luck!
Regards,
Yogesh Satpute
Hi,
@Surya V
You can check https://www.outsystems.com/forums/discussion/45143/multiple-image-upload/
this discussion.
Thanks,
Sonali Verma