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

OnClientProgressUpdating not firing in IE

1 Answer 40 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Wai
Top achievements
Rank 1
Wai asked on 06 Sep 2013, 02:37 PM
Hello,

I am using RadAsyncUpload 2012.1.411.40.  I try to have OnClientProgressUpdating to create a custom progress bar.  When uploading a file under the Visual Studio Development Server, OnClientProgressUpdating is fired properly.  However, when uploading a file under a testing server(windows sever 2008), OnClientProgressUpdating is not fired at all in IE 9.  (I tired to upload a 80MB file.)  It actually works fine in Firefox in both servers.

I have set DisablePlugins to true for the RadAsyncUpload.  Will it cause the problem?  Does anyone have an idea?

Thank you,

Wai

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 11 Sep 2013, 08:22 AM
Hello Wai,

DisablePlugins(true) forces the control to work with IFrame module so you need to register progress handler and upload module in you web config and add progressmanager on your page to work under IE.
Under all modern browsers the control use FileAPI and the progress monitoring works out the box.

Regards,
Peter Filipov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
AsyncUpload
Asked by
Wai
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or