153
Views
6
Comments
[File Upload] Multiple Files ( AutoUpload = False ) how to work?
Question
file-upload
Web icon
Forge asset by Alfaro

Hi,


I am trying to create an app, with below requirements: 

1. Can upload multiple files.

2. Should not be AutoUpload ( Need a button click before Upload triggers )

3. Cannot save Binary Data, etc. to Outsystems database.


I have set the AutoUpload param to false, When i upload a single file there is no problem, but once i upload multiple, the notify function only run once resulting the 2nd file not to be processed.

Has anyone have the same experience and how did you manage to make it work?


Thanks,

Deus.

2022-09-05 06-11-33
Yogesh Satpute

Deus De Jesus wrote:

Hi,


I am trying to create an app, with below requirements: 

1. Can upload multiple files.

2. Should not be AutoUpload ( Need a button click before Upload triggers )

3. Cannot save Binary Data, etc. to Outsystems database.


I have set the AutoUpload param to false, When i upload a single file there is no problem, but once i upload multiple, the notify function only run once resulting the 2nd file not to be processed.

Has anyone have the same experience and how did you manage to make it work?


Thanks,

Deus.

Hello Deus De Jesus,


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


UserImage.jpg
Deus De Jesus

Yogesh Satpute wrote:

Deus De Jesus wrote:

Hi,


I am trying to create an app, with below requirements: 

1. Can upload multiple files.

2. Should not be AutoUpload ( Need a button click before Upload triggers )

3. Cannot save Binary Data, etc. to Outsystems database.


I have set the AutoUpload param to false, When i upload a single file there is no problem, but once i upload multiple, the notify function only run once resulting the 2nd file not to be processed.

Has anyone have the same experience and how did you manage to make it work?


Thanks,

Deus.

Hello Deus De Jesus,


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 Yogesh,


Thanks for trying it out for me, I appreciate it but It seems #2 and #3 in the requirements i need are not met.

1. The file upload should not be autoupload,

2. We should not store the binary data in anyway to Outsystems.



Regards,

Deus.

2026-01-19 17-09-56
Carlos Lessa
 
MVP

Hi, did you tried this to use the FileUpload from OutsystemsUIWeb:





Click on Upload1 and Add an Extend property "Multiple" to True



UserImage.jpg
Jay Cox

Hi there, I have the same issue. like this:

1. The file upload should not be autoupload,

2. We should not store the binary data in anyway to Outsystems.


Any update on this topic?

2024-12-17 14-32-59
Matthias Preuter
 
MVP

Where do you want to store the files? There are components available in the Forge for Azure, AWS and Google. 


UserImage.jpg
Jay Cox

Hi, thanks for your reply.

The files will be finally stored in Outsystems website. I just turned off the AutoUpload, then I don't know how to trigger the uploading process from this plugin. 

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