Hi Wei,
The upload component does not appear to have any way to control the timeout. SetRequestTimeout does not work for uploads in Reactive Web Applications. If you want to upload binary content from the client to the server, the only option appears to be using a server action and modifying the Server Request Timeout parameter mentioned above.
The reason I was asking this question is I was updating the File Pond upload forge component to support Reactive Web Applications. It will handle larger files, it is still limited, but it does extend the SetRequestTimeout to a longer value. It is available now, feel free to give it a try:
https://www.outsystems.com/forge/component-overview/7405/reactfilepondupload
I hope this helps.
Kind regards,
Stuart
Thanks. Appreciate it. It seems like this timeout issue not apply to Upload component only, as long as server process more than 10 min, then it will prompt the connection error, it gave me the same error when i use button trigger some functions, i have opened another post asking for it.