139
Views
2
Comments
[Cloudinary] Multiple File Upload
Question
cloudinary
Web icon
Forge asset by Justin James

Hello,

I am currently using outsystems 11 and i was wondering if there was a way to upload multiple files to the cloudinary database. I have the extended properties set to multiple but it still only pushes one file to the database. Do i have to loop through them and upload them all separate. 

Thanks for any help!

-Bryan

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Bryan,

You can not just set the multiple attribute in the extended properties and assume that the standard OutSystems upload widget can now handle multiple files. Yes you can select them, but the widget is build to expect and process only one file. This is also true for the Cloudinary Upload server action, it also expects one file at the time.

There are several custom widgets available in the forge to help you with uploading multiple files, in general they return a list of files that you can than iterate and upload them one by one using Cloudinary using the Cloudinary Upload Server action.

Regards,

Daniel


2024-01-26 16-31-11
Bryan Minton
 
MVP

Hi Daniel,

I tried using a widget from forge but I am running into an issue with the upload of the files, It seems to be hanging when it does more than one at a time. I am wondering if its because I am using OS11 and the widget is not built for that or if there is something else going one. I posted about it here as well 

https://www.outsystems.com/forums/discussion/43687/multiple-file-upload-multiple-file-hangs-on-upload/

Let me know if you have any ideas


Thanks!

Bryan

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