What are the current recommended methods for uploading large files using ASP.NET Web Forms and/or MVC without encountering timeouts?
- Adjust Server.ScriptTimeout for the specific POST request;
- Consider utilizing client-side flash uploaders such as swfupload () or plupload (), though be aware of potential issues with proxies;
- Explore a gmail-like JavaScript solution like http://code.google.com/p/gwtupload/