Re: Problem with uploading files

  •  05-10-2005, 9:03 AM

    Re: Problem with uploading files

    try putting this in the web.config of your site:
     
    <httpRuntimemaxRequestLength="1000000000"/>
     
    make sure its is the <system.web>
     
    This is the request length which you can change to any size (in bytes) should solve your problem
     
    Colin
View Complete Thread