38
Views
5
Comments
How to fix this error?
Question

How to fix this error of file uploading?


error.png
UserImage.jpg
Alexandre Yip

Hi shifa, 

Check out here for how to use and sample 

Reactive 

https://success.outsystems.com/documentation/11/developing_an_application/design_ui/inputs/enable_end_users_to_upload_files/

Hope that it helps you 

2024-06-24 04-49-49
Princi

Hi @shifa asif 

Please have a look into attached OML for your reference and visit this File Upload link as well.

Hope it will help you out.

Regards

Prince Kumar

FileUpload.oml
2023-09-07 19-44-18
Hardik

Hi Shifa,

You can also refer to this : https://www.youtube.com/watch?v=_qWw3n68fJo

Hope it will help you out

Regards 

Hardik 

2022-07-03 17-24-08
Sourabh sharma

Hi @shifa asif 

Kindly see the video and learn how to upload the file,also complete the training .

Kind regards

SourabhSharma

2024-07-18 04-13-51
Muneera Shaik

Hi @shifa asif ,

The error says that it's expecting some values in the place of File Content and File Name

  1. Create a variable of binary type where you want to store the file content and assign it to the file content where its showing error.
  2. Create a variable of text type where you want to store the file name and assign it to the file name where its showing error. 

Hope it helps, If so please Mark my answer as Solution.

Thanks,

Muneera Shaik


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