Increasing the maximum file upload size

Svar Increasing the maximum file upload size

  • Thursday, July 07, 2011 3:35 PM
     
     

    Hello

    I want to be able to upload large files and hit this error:

    Request Filtering module is configured to deny a request that exceeds request content length

    I have changed the web.config in C:\Program Files (x86)\Zentity\ZentityWebSite\WebUI

     

    To contain the section

     <system.webServer>
     <security>
        <requestFiltering>
          <requestLimits maxAllowedContentLength="2000000000"/>
        </requestFiltering>
      </security>

     

    Can you please confirm that this is the correct edit, and should I make any other changes.

     

    [Remember to IIS restart]

     

    Regards

    Steven


    sjj698

All Replies

  • Friday, July 08, 2011 8:16 AM
     
     Answered

    Hi,

    Thanks for your post.

    This is absolutely correct.

     

    -Regards

    • Proposed As Answer by Kalnemi Friday, July 08, 2011 8:16 AM
    • Marked As Answer by sjj698 Friday, July 08, 2011 8:33 AM
    •