Connection Interrupted
The connection to the server was reset while the page was loading.
The network link was interrupted while negotiating a connection. Please try again.
This is error shown in Firefox, when i upload large files bigger than 4096KB. I found that 4MB is maximum default request length.
You can solve this issue by inserting <httpRuntime maxRequestLength="2048000"> to web.config file. So you upload files up to 2GB total size.
Wednesday, December 10, 2008
Connection Interrupted
Labels:
asp.net,
C#,
error,
file upload
Subscribe to:
Post Comments (Atom)
3 comments:
Very useful info. Thanks for sharing...
Greetings!
You saved my day! Thanks.
Nice useful solution......
Post a Comment