• Kintar

    (@kintarpanji)


    Since I running on wordpress 3.1, something strange happened. When i uploaded a photo/picture (dimension 1200x1600px, 400KB), it says: HTTP error. (upload limit 1MB)
    And i checked up on media page, that pic is there, but no crunching picture as usual.
    But when I upload small pic (dimension 500x600px, 200kb) its working, with crunching image too…
    I tried to search this problem on the internet.
    I put this code to .htaccess:

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    but it didn’t affect.
    can you all help me? Thanks!

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

    (@andri86)

    I′m having the exact same problem here. I am using a free hosting service, not sure if that makes any difference.

    I’m new to WordPress, so I don’t know whats before WordPress 3.1. But with WordPress 3.1 I also have sometimes HTTP error after image upload, and no crunching takes place.
    The thing I found out for me: it seems to depend on the resolution of the image.

    2200×3287 and smaller works
    2300×3436 and bigger don’t works

    It doesn’t have to do anything with the size of the image. I save an image with low quality but high resolution, the image had a size of just 500 kb. This image also doesn’t work.
    I increased memory and max execution time in php.ini. But it didn’t help.

    There seems to be another parameter, which is limiting the maximum working resultion. Any ideas?

    Got the same problem with image dimensions and http error.
    Could you fix that issue?

    Nothing new from me…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HTTP error when upload’ is closed to new replies.