This is a migrated thread and some comments may be shown as answers.

Progress bar not fluid

1 Answer 90 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Equipo Desarrollo
Top achievements
Rank 1
Equipo Desarrollo asked on 25 Mar 2011, 12:35 PM
Good morning,

We have a page from which users can upload big files. We are using asyncUpload control to achieve this. 

In development enviroment, progress bar moves in a fluent way but, when in production, progress bar only makes 3 steps (not always the same, but very strange, because first step always starts over the 30%).

May we configure something to make this progress indicator more fluid?

Thank you very much

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 29 Mar 2011, 04:12 PM
Hi Equipo Desarrollo,

We are aware of that problem. It is only reproducible in the Silverlight module of RadAsyncUpload and is due to some malfunction in the way Silverlight reports upload progress. We are working on fixing it, meanwhile you can try disabling Silverlight should you need fluent progress update. You can disable Silverlight via placing the following script before the RadAsyncUpload declaration:

Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function() { return false; }


Greetings,
Genady Sergeev
the Telerik team
Tags
AsyncUpload
Asked by
Equipo Desarrollo
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or