• Resolved Cameleweb

    (@cameleweb)


    Hi!

    Sorry, I know there are a lot of topic on this subject… but I tried ALL solution I’ve found here… I still have an HTTP Error on a media upload. Here are some fact :

    – I run WordPress 4.2.2 on a Windows server, using Plesk
    – I tried to edit php.ini, .htaccess
    – I see 128M in the Media upload form, but I’m not able to upload files more than 8M.

    I searched for a solution for weeks…. is there something else I should look?

    Thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    You need to check with your host to see if you are hitting resource limits.
    How big are the attachments that you are trying upload

    Thanks
    Dinsan

    Thread Starter Cameleweb

    (@cameleweb)

    I’m the host 😉
    I don’t think there are limits… I’m able to upload many files under 8M, but none over… even if I see that I could upload 128M files… ????

    Thread Starter Cameleweb

    (@cameleweb)

    Here’s my php.ini :

    upload_max_filesize = 128M
    post_max_size = 150M
    max_execution_time = 1440
    memory_limit = 128M

    I added this in my wp-config.php :

    <security>
            <requestFiltering>
               <requestLimits maxAllowedContentLength="128000000" />
            </requestFiltering>
        </security>

    I still have the problem…

    Thread Starter Cameleweb

    (@cameleweb)

    Yes!!!
    I’ve found the problem! If you have WordPress under Plesk, on IIS, you need to modify php.ini also under Plesk folders. See for the details.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘HTTP error on Media upload’ is closed to new replies.