All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Upload (Obsolete)
/
When the file size exceeds the Internet Explorer cannot display the webpage" error message
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Thread is closed for posting
Feed for this thread
2 posts, 0 answers
vineesh
1 posts
Member since:
Sep 2008
Posted 26 Sep 2008
Link to this post
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
Atanas Korchev
Admin
8462 posts
Posted 26 Sep 2008
Link to this post
Hello vineesh,
ASP.NET has a file upload limitation set by default to 4mb. Check
this
help topic for a solution.
Regards,
Albert
the Telerik team
Check out
Telerik Trainer
, the state of the art learning tool for Telerik products.
Back to Top