All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
Kendo UI for jQuery Forum
/
Upload
/
Customizing the upload progress bar
Cancel
Kendo UI
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
anooj
6 posts
Member since:
Dec 2014
Posted 04 Dec 2014
Link to this post
Hi,
I am using upload control along with angular js and asp.net mvc. i am looking to customize the progress bar to show the preview of the upload file, What is the best way to do it?
Hoping to do something like this.
Dimiter Madjarov
Admin
2312 posts
Posted 04 Dec 2014
Link to this post
Hello Anooj,
This functionality is not supported, as it could not be implemented in older browsers, but only in modern ones
that support File API
. If this is acceptable in the current case, you could implement it via the
FileReader object
as in the
following runnable example
.
I hope this information helps.
Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI
now!
Back to Top
Close