2005
Views
8
Comments
Solved
[Multiple File Upload] How to Use Multiple Files Upload component?
Question
multiple-file-upload
Web icon
Forge asset by Multi Uploaders

Hi! I new in Outsystems, This is my first time using a component, so please could you help me step by step?

2017-07-05 22-17-18
Henrique Batista
Staff
Solution

Hi Leidy,


I built a very simple example for you to see on how you can do multiple upload file and link the files to your data model. Please see the attached file.

Let me know if it worked.


PS: If you install the FileUpload component probably you'll have an error 

("Invalid Expression Unknown function 'GetBrowserType' in expression.");

Just remove this part:


Henrique

Multiple File Upload Example.oap
2017-01-25 21-28-57
Leidy Navarro

Henrique Batista wrote:

Hi Leidy,


I built a very simple example for you to see on how you can do multiple upload file and link the files to your data model. Please see the attached file.

Let me know if it worked.


PS: If you install the FileUpload component probably you'll have an error 

("Invalid Expression Unknown function 'GetBrowserType' in expression.");

Just remove this part:


Henrique

Thanks Henrique, it works!


2017-02-13 02-43-42
Pham Thinh

Henrique Batista wrote:

Hi Leidy,


I built a very simple example for you to see on how you can do multiple upload file and link the files to your data model. Please see the attached file.

Let me know if it worked.


PS: If you install the FileUpload component probably you'll have an error 

("Invalid Expression Unknown function 'GetBrowserType' in expression.");

Just remove this part:


Henrique

Hi Henrique!

When I download your file attach, I got this error

What is FileUpload? and where can I download it?

Thanks


2025-08-22 10-19-44
Pramod Jain
 
MVP

HI Leidy,

the demo has already built in example to use the component , try to understand it 

If you see the complete application it has 

MultFileUpload_Demo.oml ( Consuming the component)

MultipleFileUpload.oml (Webblock and page implimented for uplaoding file)

MultipleFileUpload_Extension.xif (Extension Code to upload file)

Try to understanding these components and you will be able to implement it easily.


Regards

-PJ-


UserImage.jpg
Bhakti Shinde

PRAMOD JAIN wrote:

HI Leidy,

the demo has already built in example to use the component , try to understand it 

If you see the complete application it has 

MultFileUpload_Demo.oml ( Consuming the component)

MultipleFileUpload.oml (Webblock and page implimented for uplaoding file)

MultipleFileUpload_Extension.xif (Extension Code to upload file)

Try to understanding these components and you will be able to implement it easily.


Regards

-PJ-

Hi Pramod,


If one is using Multiple File Upload then after uploading a file, it starts showing percent of file uploaded with file name and file size. So i want to get that What exactly is written or done in the code or in that component to show that file uploaded percentage? I did not get anything in the code that is showing this thing.


2018-09-19 17-53-01
Alexandra (Brower) Bowen

Leidy Navarro wrote:

Hi! I new in Outsystems, This is my first time using a component, so please could you help me step by step?

Hey Leidy, 

Under the Forge FAQs page, you can see we have an article on how to install an application from the community. 

Let us know if you think we do not cover this enough in our docs, as that would be good feedback.

Do you need help beyond what is above?


Congrats on using your first component!

-Alexandra


2017-01-25 21-28-57
Leidy Navarro

Alexandra Bowen wrote:

Leidy Navarro wrote:

Hi! I new in Outsystems, This is my first time using a component, so please could you help me step by step?

Hey Leidy, 

Under the Forge FAQs page, you can see we have an article on how to install an application from the community. 

Let us know if you think we do not cover this enough in our docs, as that would be good feedback.

Do you need help beyond what is above?


Congrats on using your first component!

-Alexandra


Thanks Alexandra! I already Know how to install this component... I just do not know how to implement the Multiples Files Update Component. So I need Help! 


2017-07-05 22-17-18
Henrique Batista
Staff
Solution

Hi Leidy,


I built a very simple example for you to see on how you can do multiple upload file and link the files to your data model. Please see the attached file.

Let me know if it worked.


PS: If you install the FileUpload component probably you'll have an error 

("Invalid Expression Unknown function 'GetBrowserType' in expression.");

Just remove this part:


Henrique

Multiple File Upload Example.oap
2017-01-25 21-28-57
Leidy Navarro

Henrique Batista wrote:

Hi Leidy,


I built a very simple example for you to see on how you can do multiple upload file and link the files to your data model. Please see the attached file.

Let me know if it worked.


PS: If you install the FileUpload component probably you'll have an error 

("Invalid Expression Unknown function 'GetBrowserType' in expression.");

Just remove this part:


Henrique

Thanks Henrique, it works!


2017-02-13 02-43-42
Pham Thinh

Henrique Batista wrote:

Hi Leidy,


I built a very simple example for you to see on how you can do multiple upload file and link the files to your data model. Please see the attached file.

Let me know if it worked.


PS: If you install the FileUpload component probably you'll have an error 

("Invalid Expression Unknown function 'GetBrowserType' in expression.");

Just remove this part:


Henrique

Hi Henrique!

When I download your file attach, I got this error

What is FileUpload? and where can I download it?

Thanks


2017-07-05 22-17-18
Henrique Batista
Staff

Hi Pham,

File upload is a component that's available on forge, you can find it here

About the Web Patterns, which version of the platform are you using? Either-way it's just an example on how to use the above component (File Upload), just copy the code and make the necessary changes for your business case.


Let me know if you need further help.

Cheers,

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