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

RadUpload Control with panel bar problem

3 Answers 38 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kavita
Top achievements
Rank 1
Kavita asked on 30 Aug 2013, 10:20 AM
In the following code, RadAsyncUpload is not working in mozilla version 3.0.19

<
asp:UpdatePanel ID="UpdatePanel3" runat ="server"  UpdateMode ="Conditional" >
<ContentTemplate >
 
    <telerik:RadPanelBar ID="RadPanelBar1" runat="server"
        ExpandMode ="MultipleExpandedItems" Width ="900px"
        Skin="Metro"  Font-Names ="Arial" Font-Size ="12px"  >
 
      <Items >
                 <telerik:RadPanelItem  Expanded ="False" Text="CALL INFORMATION" Font-Size ="Small"  Font-Names="Arial">
                 <ContentTemplate >
 
                  <asp:UpdatePanel ID="UpdatePanel5" runat ="server"  EnableViewState ="true"  UpdateMode ="Conditional" >
                        <ContentTemplate >
 
                        <telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server"  Font-Names ="Arial" Font-Size ="12px"  PostbackTriggers ="btnSave,btnSaveCallInfo" MultipleFileSelection ="Automatic" Width ="300px" AllowedFileExtensions =".jpg,.png,.jpeg,.gif,.bmp,.doc,.docx,.xls,.xlsx,.txt,.pdf" Localization-Select="Browse">
                        </telerik:RadAsyncUpload>
 
                        </ContentTemplate>
                  </asp:UpdatePanel>
 
                 </ContentTemplate>
                 </telerik:RadPanelItem>
     </Items>
  </telerik:RadPanelBar>
 
</ContentTemplate>
</asp:UpdatePanel>

3 Answers, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 04 Sep 2013, 10:06 AM
Hi Kavita,

Please specify what do you mean by "RadAsyncUpload is not working in Mozilla version 3.0.19"  Are there any JavaScript errors? Uploading doesn't starts or file is not accessible on the server?

Regards,
Hristo Valyavicharski
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.
0
Kavita
Top achievements
Rank 1
answered on 05 Sep 2013, 11:32 AM

When I click on Browse button, it does not open file dialog for selecting a file.
0
Helen
Telerik team
answered on 10 Sep 2013, 03:26 PM
Hello,

It is a quite old version of the browser, which is currently not supported:
http://www.telerik.com/products/aspnet-ajax/getting-started/tech-sheets/browser-support.aspx

Regards,
Helen
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
General Discussions
Asked by
Kavita
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Kavita
Top achievements
Rank 1
Helen
Telerik team
Share this question
or