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

RadAsyncUpload is not working in Opera 11.10

2 Answers 35 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Anders
Top achievements
Rank 1
Anders asked on 01 Apr 2011, 04:04 AM

I'm using version 2011.1.329.35 ,

the RadAsyncUpload is working fine in other browsers (IE,Firefox,etc..),

but it not working in Opera 11.10 

strange thing, I' have tested your demo site, that's fine. no any problem.

but in my project, is always show the error tip (red image mark, not green). 

am I missing something?

does any one can tell me what I need change?

thanks .

2 Answers, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 04 Apr 2011, 02:45 PM
Hello Anders,

Could you please send us a sample project which demonstrates the issue to examine it locally?
Otherwise which module are you using to upload in Opera 11.10?  You may obtain it like the following:

<script type="text/javascript">
        function getModule() {
           var upload1 = $find("<%=RadAsyncUpload1.ClientID %>");
 
        alert(upload1.get_loadedModuleName());
    }
</script>

Regards,
Peter Filipov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Anders
Top achievements
Rank 1
answered on 06 Apr 2011, 09:02 AM
Hi ,it works now.
I inserted code blow to web.config

 <location path="Telerik.Web.UI.WebResource.axd">
    <system.web>
      <authorization>
        <allow users="*" />
      </authorization>
    </system.web>
  </location>

thanks.
Tags
AsyncUpload
Asked by
Anders
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Anders
Top achievements
Rank 1
Share this question
or