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

AsyncUpload in aspx Firefox

2 Answers 77 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Timyr
Top achievements
Rank 1
Timyr asked on 20 Oct 2011, 01:58 PM
Hi! I use RadAsyncUpload in aspx page with RadWindow! And it doesn't visible in FireFox! In Chrome and IE it visible but in FireFox not! Help please! Thankue!))) 

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 21 Oct 2011, 07:35 AM
Hello Timyr,

Its a known issue when Silverlight module is used.As a workaround try using the IFrame module to upload files with RadAsyncUpload control.Check the following help article to configure your web.config.
Uploading Large Files
Here is a sample code how to disable Flash and Silverlight modules:
Telerik.Web.UI.RadAsyncUpload.Modules.Flash.isAvailable = function () { return false; };
Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function() { return false; };

Thanks,
Princy.
0
Timyr
Top achievements
Rank 1
answered on 21 Oct 2011, 12:57 PM
Hi Princy! I do what do you tell! And it work in Opera but int FireFox it doesn't work(! In firefox it doesn't visible
Tags
AsyncUpload
Asked by
Timyr
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Timyr
Top achievements
Rank 1
Share this question
or