How to Increase Timeout in RadzenUpload for Handling Large Files and Bulk Uploads

Hello,

I'm encountering an issue with the RadzenUpload component in my application. When the endpoint takes longer than a few minutes to process an upload, the operation fails due to a timeout. This occurs particularly when uploading very large files or performing bulk uploads that require significant backend processing.

Is there a way to increase the timeout duration for RadzenUpload? I need a solution that can handle these large file uploads and longer processes without interrupting the operation.

Can anyone provide guidance on how to configure this in RadzenUpload, or if there's an alternative approach to manage this scenario?

Any assistance or suggestions would be greatly appreciated.

Thank you in advance.

This thread might help you:

My mistake is in this case
for example, uploading an excel with 50,000 records and with that information loading them into a database synchronously, takes 10 minutes, it crashes due to timeout, the file does reach the backend, it is processed, but it crashes waiting for the response due to timeout