368
Views
11
Comments
Large excel upload
Question

Greetings,
I am trying to upload a excel file size of 100mb but my application is getting crashed.
I put a debugger on the client action to check the issue. I found that binary data is not going to server
side. and i tried with 49 mb file size it is working . Is their a size limitation in REACTIVE WEB APP??

2025-12-15 12-14-19
Ajay Sharma

Hi,

I would suggest using BPT for this kind of long-running process otherwise you have to wait till the file uploads and will face timeout issues.


Thanks!!

UserImage.jpg
anand kumar

Ajay Sharma wrote:

Hi,

I would suggest using BPT for this kind of long-running process otherwise you have to wait till the file uploads and will face timeout issues.


Thanks!!

 thank u for your quik response . But how I will use BPT unless and until my binary data has reached to server side??

 

2018-10-29 08-31-03
João Marques
 
MVP

Hi there,


You're getting an error because the file is so big you're getting a timeout. You should increase it, selecting the module you'll see a timeout property with default 10s:



Using BPT won't solve the problem because you'd have to push the file to the server anyway and you'd get a timeout.


Hope it helps

Cheers,

João

UserImage.jpg
anand kumar

João Marques wrote:

Hi there,


You're getting an error because the file is so big you're getting a timeout. You should increase it, selecting the module you'll see a timeout property with default 10s:



Using BPT won't solve the problem because you'd have to push the file to the server anyway and you'd get a timeout.


Hope it helps

Cheers,

João

 thank u very much for your guidance . I have increased to 1800 but still i am facing same issue

 

2018-10-29 08-31-03
João Marques
 
MVP

Hi Anand,


Can you share the service center logs?

And the details of the server action you call with the file?

That would help to pinpoint the problem.


Cheers,

João

UserImage.jpg
anand kumar

João Marques wrote:

Hi Anand,


Can you share the service center logs?

And the details of the server action you call with the file?

That would help to pinpoint the problem.


Cheers,

João

 

 

2020-01-08 08-43-00
Rahul Kumar

Hi anand kumar ,

 It seems to there is limit over IIS server where we host our application in outsystems. 

Supporting links -  

https://www.outsystems.com/forums/discussion/37130/not-able-to-upload-video-that-more-than-150mb/


There are many components available for upload large files.



Thanks and regrads,

Rahul

2025-04-22 05-54-18
Shashi Kant Shukla

Hi Anand,

Do the setting suggested in below link to upload large data.

https://www.outsystems.com/forums/discussion/20948/problems-uploading-large-approx-200mb-osp/


Regards

Shashikant Shukla

2025-08-22 10-19-44
Pramod Jain
 
MVP

Hi Anand,

This seems like an issue of uploading large file which is more than the allowed size. You can increase this value by using the Factory Configuration component from Outsystems forge.

You can follow this support document as well to see how you make changes using this component.

https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/Altering_file_upload_limits_in_OutSystems_apps


Regards,

-PJ-

UserImage.jpg
anand kumar

Pramod Jain wrote:

Hi Anand,

This seems like an issue of uploading large file which is more than the allowed size. You can increase this value by using the Factory Configuration component from Outsystems forge.

You can follow this support document as well to see how you make changes using this component.

https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/Altering_file_upload_limits_in_OutSystems_apps


Regards,

-PJ-

 

 it's giving 404 error

2025-08-22 10-19-44
Pramod Jain
 
MVP

What is giving 404 ? Both the links are working for me !!


Regards,

-PJ-

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