189
Views
5
Comments
Solved
How to resolve Request failed with status 413

When using the Upload module to import a binary file larger than 50 MB and insert it into the database, the following error occurs:





To resolve the error, I connected to Test, my ReactiveWebApp, using the factory configuration as follows, but nothing was resolved. 

Do you know the solution?



2024-03-22 09-17-23
Chandra Vikas Sharma
Solution

Hi,

can you please recheck the below documentation and follow each step it's work for me for upload larger files.

https://success.outsystems.com/support/troubleshooting/application_runtime/altering_file_upload_limits_in_outsystems_apps/

Thanks

CV 

UserImage.jpg
Yeongeun Seo

I read the document and followed it.

The upload module provided by default was not searched, so I just connected it to the project.

Do I need to create a separate Upload module?

2023-02-20 05-20-57
Nam Nguyen
Solution

Hi, 

The problem is your file is too large, increase file upload limit is not an optimal way.

Have you tried to chunk it into smaller pieces and resemble them in the server ?


Nam

2025-04-08 13-09-23
Shubham Shrivastava
Solution

Hi,

As per the Nam Nguyen suggestion you can use ReactFilePondUpload forge component to upload large files.


URL - https://www.outsystems.com/forge/component-overview/7405/reactfilepondupload-o11#:~:text=A%20React%20file%20upload%20widget,the%20awesome%20FilePond%20javascript%20library.

2024-03-22 09-17-23
Chandra Vikas Sharma
Solution

Hi,

can you please recheck the below documentation and follow each step it's work for me for upload larger files.

https://success.outsystems.com/support/troubleshooting/application_runtime/altering_file_upload_limits_in_outsystems_apps/

Thanks

CV 

UserImage.jpg
Yeongeun Seo

I read the document and followed it.

The upload module provided by default was not searched, so I just connected it to the project.

Do I need to create a separate Upload module?

2023-02-20 05-20-57
Nam Nguyen
Solution

Hi, 

The problem is your file is too large, increase file upload limit is not an optimal way.

Have you tried to chunk it into smaller pieces and resemble them in the server ?


Nam

2025-04-08 13-09-23
Shubham Shrivastava
Solution

Hi,

As per the Nam Nguyen suggestion you can use ReactFilePondUpload forge component to upload large files.


URL - https://www.outsystems.com/forge/component-overview/7405/reactfilepondupload-o11#:~:text=A%20React%20file%20upload%20widget,the%20awesome%20FilePond%20javascript%20library.

UserImage.jpg
Guru vamsi

It is Also allowing to Upload only up to 50MB

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