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

Event not firing when hosted in windows server.

1 Answer 32 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Joseph
Top achievements
Rank 1
Joseph asked on 14 Nov 2013, 06:11 PM
Hallo
I have an asyncupload with plugins disabled and am creating a custom progress bar with the help of onclientprogressupdating and everything was working fine in my local machine. When the same application is hosted in windows 2008 server, the event is not firing in IE9. In other browsers this is working well. Has anyone faced such an issue?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Nov 2013, 04:39 AM
Hi Joseph,

Internet Explorer 9 uses Silverlight as the default upload module and When you set the DisablePlugins property to true, the control is forced to work with IFrame upload module and so you need to register progress handler and upload module in you web config and add RadProgressManager on your page to work under IE. Under all other modern browsers the control use FileAPI as the default module and the progress monitoring works out of the box.

Hope this helps,
Shinu.
Tags
AsyncUpload
Asked by
Joseph
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or