Wednesday, August 29, 2007 2:51 AM
Interesting solution posted by Etienne from London about how to bypass that annoying size limitation issue with file uploads.
Basically, you set the max request size in the web.config to something absolutely stupid, but in your global.asax file you test your real targeted size in the Application_BeginRequest method.
D