Increasing the maximum file upload size

Svar Increasing the maximum file upload size

  • 7. juli 2011 15:35
     
     

    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

Alle besvarelser

  • 8. juli 2011 08:16
     
     Svar

    Hi,

    Thanks for your post.

    This is absolutely correct.

     

    -Regards

    • Foreslået som svar af Kalnemi 8. juli 2011 08:16
    • Markeret som svar af sjj698 8. juli 2011 08:33
    •