I'm trying to evaluate your demo at:
http://demos.telerik.com/aspnet-mvc/upload
with the following browsers: IE9, FF5. I never see the progress bar. not with big files and not with small ones.
Is it suppose to work? is it really supported?
Thx,
Shmulik
10 Answers, 1 is accepted
IE9 does not support progress tracking, as mentioned in the documentation:
http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-upload-supported-browsers.html
In Firefox 5 you should be seeing the progress bar (please refer to the attached screenshot).
Greetings,
Dimo
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
It doesn't work for me in FF5. it only shows the progress bar in 'full' state all the time. see attach.
So, If I need html 5 upload component with IE supported progress bar, what is your suggestion/solution?
Currently I'm using .net mvc env.
Thanks,
Shmulik
If you are seeing a complete (100%) progress, then you are either uploading small files, that are transferred instantly, or there is some CSS style on the page, which enforces 100% width on the span.t-progress-status element. I am afraid I can't provide more information without a runnable demo.
Since IE9 does not support the HTML5 File API, you need to use non-HTML5-based upload component, if progress status is a must.
All the best,
Dimo
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
Can I use your asp.net controls? Do they use some kind of plugins?
Shmulik
It is possible to use RadUpload and RadAsyncUpload for ASP.NET AJAX inside an MVC application. Please read the general and RadUpload-specific documentation on the matter:
http://www.telerik.com/help/aspnet-ajax/mvc-radcontrols-for-aspnet-mvc-overview.html
Here is a related forum thread:
http://www.telerik.com/community/forums/aspnet-ajax/mvc/radupload-or-radasyncupload.aspx
Apart from the HTML5 File API, RadAsyncUpload is able to use Silverlight and Flash plugins for the progress management.
Best wishes,
Dimo
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
You didn't answer my second qurestion. Are the asp controls use plugins like silverlight or flash for the progress bar ? or are the plug-in free?
I mean - would i see the progress bar if I don't use any plus in?
Thanks,
Shmulik
Doesn't this answer your question?
"Apart from the HTML5 File API, RadAsyncUpload is able to use Silverlight and Flash plugins for the progress management."
Of course, if you have nether Flash, nor Silverlight, nor a modern browser, progress monitoring will not work.
Kind regards,
Dimo
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
I meant upload picture from an IPad....
Shmulik
iPad does not have an upload functionality at all, this is not related to Telerik components.
Best wishes,
Dimo
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
