Hi! I new in Outsystems, This is my first time using a component, so please could you help me step by step?
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
Henrique Batista wrote:
Thanks Henrique, it works!
Hi Henrique!
When I download your file attach, I got this error
What is FileUpload? and where can I download it?
Thanks
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-
PRAMOD JAIN wrote:
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.
Leidy Navarro wrote:
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
Alexandra Bowen wrote:
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!
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,