Defining timeout for Upload component

1 Answer 10 Views
Upload
David
Top achievements
Rank 1
David asked on 15 May 2024, 12:47 AM

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

Sort by
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:

If you have something different in mind, please elaborate on the exact requirement.

 

Regards,
Konstantin Dikov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!

Tags
Upload
Asked by
David
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or