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

DOM Script Bridge is Disabled (IE9 + Rad Async Upload for ASP.NET)

1 Answer 30 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Demo
Top achievements
Rank 1
Demo asked on 23 Nov 2013, 08:35 AM
Hello Support,

We have been using Rad Async upload control for file uploading in ASP.NET Web application for one of our clients. Rad Async upload control works fine for Chrome, Firefox and IE10. But with IE9 or below a strange javascript error is encountered saying

"DOM Script bridge is disabled".


This happens while uploading the file to the server. Can you please guide me through this issue?


Thanks

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 27 Nov 2013, 05:07 PM
Hello,

The RadAsyncUpload relies on different upload module in order to operate under all browsers. In IE9 the default module is the Silverlight one and as it seems from the received error, it is the cause of the experienced issue. Could you share the implementation that you are using and specify whether any specific DOM operations are being performed? As a temporary solution the DisablePlugins property of the control could be set to false, which will cause to load its IFrame module in IE9. More information about the different upload modules could be found here.

Regards,
Dimitar Terziev
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
Demo
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or