'The connection was reset' browser error when trying to upload heavy image

pugs

New Member
I am trying to upload a picture from ASP:fileupload control. When user select JPG file from local disk and click on Button ,it will upload to server. This is working fine and upload picture as expect. However when user give heavy image like 8MB the browser gives an error. \[code\]The connection was reset. The connection to the server was reset while the page was loading.\[/code\]I debug the code and try to figure out from where is occur. However I couldn't point the issue. It will not trigger Page load event or button click event either.Please help me to avoid this error or validate the file size before file upload the image.
 
Back
Top