• Hi all,
    I am uploading image file through ‘ADD MEDIA’ in add new post.
    when selecting image larger then 1MB ,wordpress upload the image but giving HTTP Error so I can’t insert image in post.

    Any solution to increase this 1MB and remove HTTP Error….?

    Please Reply,
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ask your host to increase your max upload filesize.
    OR, try this:
    Make a blank text file. Save as php.ini
    Inside the text file copy-paste the following:

    upload_max_filesize = 32M
    post_max_size = 32M

    Load the php.ini file into the folder where you installed WordPress.

    Thread Starter kamal.r.php

    (@kamalrphp)

    I have already verify the size in php.ini
    upload_max_filesize 20M
    post_max_size 8M
    max_input_time 60
    max_execution_time 300

    I will try above solution and upload to wordpress root folder.

    thanks for reply

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HTTP Error when uploading 1MB image’ is closed to new replies.