Hi,
We have upgraded our Telerik Version to 2013 Q2 (2013.2.611.40) and since then the RadAsyncUpload control does not work in IE9. When i select a file to upload it straight away rejects the file and shows me a red light. We use a custom asynhandler that uploads the file.
The same file works fine in Firefox & Chrome.
Our markup looks as below
Regards
Rajesh
We have upgraded our Telerik Version to 2013 Q2 (2013.2.611.40) and since then the RadAsyncUpload control does not work in IE9. When i select a file to upload it straight away rejects the file and shows me a red light. We use a custom asynhandler that uploads the file.
The same file works fine in Firefox & Chrome.
Our markup looks as below
<telerik:RadAsyncUpload runat="server" id="fileUpload" Width="100%" HttpHandlerUrl="~/CustomAsyncHandler.ashx" DisablePlugins="True" DisableChunkUpload="True" EnableInlineProgress="true" MultipleFileSelection="Automatic" AllowedFileExtensions="xls,csv,txt,xlsx" OnClientValidationFailed="onFileValidationFailed" />Regards
Rajesh
