Increasing the maximum file upload size

Yanıt Increasing the maximum file upload size

  • 07 Temmuz 2011 Perşembe 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

Tüm Yanıtlar

  • 08 Temmuz 2011 Cuma 08:16
     
     Yanıt

    Hi,

    Thanks for your post.

    This is absolutely correct.

     

    -Regards

    • Yanıt Olarak Öneren Kalnemi 08 Temmuz 2011 Cuma 08:16
    • Yanıt Olarak İşaretleyen sjj698 08 Temmuz 2011 Cuma 08:33
    •