Friday, January 13, 2006 10:37 AM
Trivium DawnWalker
HTML Upload File MAX Size
Everytime I was uploading a file of over 1MB i was getting the IE Document not Found error! It was driving me mad but after searching for an hour or two, viola!
<httpRuntime maxRequestLength="245760"/>
enter that under your <system.web> in the web.config file. this sets the amount, in KB, how big the request going back to the server may be.