How to use Fileupload control in Telerik Control

Posted by Jayakumars under ASP.NET AJAX on 10/16/2014 | Points: 10 | Views : 2389 | Status : [Member] [MVP] | Replies : 0
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

this get file method

if (Fup1.HasFile)
{
}

Or

how to use radupload with radajaxpanel

Mark as Answer if its helpful to you

Kumaraspcode2009@gmail.com



Responses

(No response found.)

Login to post response