Declined
Last Updated: 26 Jul 2021 05:01 by ADMIN
Imported User
Created on: 30 May 2015 10:52
Category: Upload
Type: Feature Request
2
Enable Progress bar for synchronous upload in MVC
I would like to be able to use a progress bar while uploadiing files synchronous using the MVC Upload control
2 comments
ADMIN
Ianko
Posted on: 26 Jul 2021 05:01

Hi,

The synchronous upload uses basic form submission that reloads the entire page. That behaviour lacks any technical possibilities to show a proper progress bar as the form submission does not expose any information when a form submission is completed. Generally, as it is the browser that reloads - the successful submissions is indicated by proper page load after submission. 

Regards,
Ianko
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Telerik Admin
Posted on: 01 Jun 2015 10:52
Thanks for the proposal.

Indeed presently  progress is supported in async mode only, as stated here (http://docs.telerik.com/kendo-ui/api/javascript/ui/upload#events-progress).