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

How to use Fileupload control in telerik:RadAjaxLoadingPanel

1 Answer 91 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Jaya
Top achievements
Rank 1
Jaya asked on 16 Oct 2014, 10:18 AM
Hi

My code like this

  <telerik:RadAjaxLoadingPanel ID="Rad1" runat="server"  />
       <telerik:RadAjaxPanel ID="Rad2" runat="server"  LoadingPanelID="Rad1">
<asp:FileUpload ID="Fup1" runat="server" />
</telerik:RadAjaxPanel>  

But I canot retrieved the posted file how will do this? can u solve this

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 21 Oct 2014, 07:05 AM
Hello,

The asp:FileUpload cannot upload files using AJAX calls. This is a limitation of the XmlHttpRequest component, used in all AJAX frameworks for asynchronous calls to the application. In order to upload a file your application must perform a full page postback. Please find more information about this limitation here.

Regards,
Boyan Dimitrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
AsyncUpload
Asked by
Jaya
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or