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?
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
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?
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
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.
It is Also allowing to Upload only up to 50MB