Hm... I have server-side processing triggered at the saveUrl endpoint of the Upload component endpoint.
How do I explicitly set a timeout for the response?
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 16 May 2024, 10:36 PM
Hi David,
The Upload component will set a file status as "uploaded" after receiving a response from the server, so if you want to add a delay, this should be set on server-side.
If you want to have more control over the request, you can set the saveUrl as a function and make the request manually: