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 serverside. and i tried with 49 mb file size it is working . Is their a size limitation in REACTIVE WEB APP??
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!!
Ajay Sharma wrote:
thank u for your quik response . But how I will use BPT unless and until my binary data has reached to server side??
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
João Marques wrote:
thank u very much for your guidance . I have increased to 1800 but still i am facing same issue
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.
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
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
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-
Pramod Jain wrote:
it's giving 404 error
What is giving 404 ? Both the links are working for me !!