35
Views
4
Comments
Upload Widget: Unable to handle file size above 350 MB
Application Type
Reactive

Good Morning Outsystems Community,

My application uses the Outsystem Upload widget to allow users to upload files.

Upon testing the upload widget, I am unable to upload files above 350MB. The upload widget does not return any binary data output.

I have already increased the file size upload limit using the factory configuration by following this link on the forums (How To Upload "Big Files" using Factory Configuration).

Any suggestions???

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

Hi, 

The best practice for large files is to chunk them into pieces and upload them to the server to resemble them.

Please check ReactFilePondUpload from forge. 

I believe it will help you.

Cheers,
Nam

UserImage.jpg
Md Mansur

Hi @Chow Wai Tin 

For Handle Large Mb of File you have to Call Java Script and help of this Java Script  you can break file into chunks and Store This Chunk to a Database Along with a Common Id and Index number of Chunk and Create a Time or BPT to Call one more Java Script to Assemble Chunk to A file 

In OS11 two Forge Component Demo Available so You can Take As a References 

Thanks

Md Mansur

2024-07-12 05-57-50
Gourav Shrivastava
Champion

Hello @Chow Wai Tin 

Please try to use ChunkIT which makes small chunks of your file and upload it it makes easier to upload a large file 

2025-08-20 12-58-03
ADITI CHATURVEDI

Hi,

ther eare some points you  can check and verify it might help you:-

  • Double-check both OutSystems settings and server configurations for file upload limits.
  • Ensure that timeout settings and memory limits are sufficient.
  • Consider using asynchronous uploads to handle larger files smoothly.
  • Use external file storage if the issue persists for really large files.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.