Telerik support
I am new to this control and about to use this to upload image files in my website. I tried the below code
Thanks
Freddy
I am new to this control and about to use this to upload image files in my website. I tried the below code
<telerik:RadScriptManager runat="server" ID="RadScriptManager1" /><telerik:RadAsyncUpload runat="server" ID="radasyncUpload1" MultipleFileSelection="Automatic" AllowedFileExtensions=".jpg" TargetFolder="~/UploadImages/" /><telerik:RadButton ID="rbtnUpload" runat="server" Text="Upload"></telerik:RadButton>Some times when I run the page, IE display a popup with an error telling that the page cannot be found and In Firefox, the upload will start and it wont complete. I can see the yellow button blinking continuously. Suppose if I cancel that file, rest of the files are successfully uploaded. I am having the 2013.2.522 web.ui.dllThanks
Freddy