• Resolved idobi

    (@idobi)


    Here’s a strange problem. I’m having trouble uploading large files to the media library. (40M, about 10 minutes to upload)

    The upload completes, and the page updates to:
    https://secure.connect.pbs.org/NGIS/wp-admin/media-upload.php?inline=&upload-page-form=
    where I get a 404 – File not found error

    PHP variables are updated:
    post_max_size=2000M
    upload_max_filesize=2000M
    max_execution_time=6000
    max_input_time=6000

    Has anyone run into this problem before?

    The upload works for smaller files (30M) but fails if I try to upload a 40M video.

    Server: Windows 2008, IIS 7.

Viewing 1 replies (of 1 total)
  • Thread Starter idobi

    (@idobi)

    Problem resolved:
    ISS has maxAllowedContentLength limit of 30MB

    Modify ‘Request Filtering’ (not found in my ISS Manager) or modify ApplicationHost.config file:

    <security>
    <requestFiltering>
    <requestLimits maxAllowedContentLength=”2000000000″/>
    </requestFiltering>
    </security>

Viewing 1 replies (of 1 total)
  • The topic ‘Upload problem on IIS’ is closed to new replies.