HI all,
When I use the AllowedFileExtensions property of the RadUpload, it works fine in FF, Chrome, IE8 and Safari. However, it never validates in IE6. Please Help.
Usage:
<telerik:RadUpload ID="fileUploadCv" runat="server" ControlObjectsVisibility="None" AllowedFileExtensions=".doc,.docx,.pdf,.rtf" BorderStyle="None">
</telerik:RadUpload>
<asp:CustomValidator ID="Customvalidator1" runat="server" Display="None" ClientValidationFunction="validateRadUpload1"
ValidationGroup="VgRegister" ErrorMessage="Invalid file type for cv"></asp:CustomValidator>
I am always getting the ErrorMessage defined in the CustomValidator.
When I use the AllowedFileExtensions property of the RadUpload, it works fine in FF, Chrome, IE8 and Safari. However, it never validates in IE6. Please Help.
Usage:
<telerik:RadUpload ID="fileUploadCv" runat="server" ControlObjectsVisibility="None" AllowedFileExtensions=".doc,.docx,.pdf,.rtf" BorderStyle="None">
</telerik:RadUpload>
<asp:CustomValidator ID="Customvalidator1" runat="server" Display="None" ClientValidationFunction="validateRadUpload1"
ValidationGroup="VgRegister" ErrorMessage="Invalid file type for cv"></asp:CustomValidator>
I am always getting the ErrorMessage defined in the CustomValidator.