Hi,
I have come across a rare bug in the Rad Upload control. when the file size exceeds 5000 KB, not only the upload fails completely but it blocks the page from being posted back, and the "Internet Explorer cannot display the webpage" is shown instead.
I tried to hook the upload error event in "protected void RadUpload1_ValidatingFile(object sender, ValidateFileEventArgs e)"
But break point doesn't reach even there.
Please help me to find a solution for this.
Thanks in advance.
Edwin
I have come across a rare bug in the Rad Upload control. when the file size exceeds 5000 KB, not only the upload fails completely but it blocks the page from being posted back, and the "Internet Explorer cannot display the webpage" is shown instead.
I tried to hook the upload error event in "protected void RadUpload1_ValidatingFile(object sender, ValidateFileEventArgs e)"
But break point doesn't reach even there.
Please help me to find a solution for this.
Thanks in advance.
Edwin