Posted on Jul 1, 2009
(permalink)
Hi,
I have Radupload and radprogress Area on my page.
When i have files of less than 5mb on localhost everything works fine, file is uploaded on localhost
But when i have a file > 5mb (so Radprogress is enabled), i have a internet explorer error page unable to display the page dont know what the exact message is in english.
And in the url there is : http://localhost:42002/BAD.UI/myPage.aspx?RadUrid=44de4f72-fd17-4ced-8b8e-75d150ec3c42
And i dont get to anybreakpoint on code.
When the file is > 5mb, there is no postback anymore when i click on the button, i cant even access to my "breakpoints" on page_load().
How can i resolve this?