Could be that the upload times out. Try to increase the execution time out in web.config.
<httpRuntime maxRequestLength="1000000" /> in web.config system.web section
Thanks for all your replies.
I have tried them all but it wont work for the user in IE7 or Firefox. When I'm using the same useraccount it works fine.
According to bandwidth tests, the users network is a lot faster than mine so I doubt that this is a timeout issue.
Also bear in mind that ASP.net wont timeout when running in debug mode. So when you try to reproduce yourself ensure you are compiled to release you have debug=false. This post explains it well:
http://aspalliance.com/1341_The_Infamous_DebugTrue_Attribute_in_ASPNET.all
Thanks but all my testing has been made on the same production server where the user has had the problems.
Hello, a user is having problems uploading a file of 66mb.
She can upload other smaller files into the same directory.
I havent been able to reproduce this myself.
Has anyone experienced this problem before, could it be the result of a misconfiguration?
Thanks
//Martin