Title: http error image upload
Last modified: August 20, 2016

---

# http error image upload

 *  Resolved [Bojan Denić](https://wordpress.org/support/users/evilmc/)
 * (@evilmc)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload-1/)
 * I get this error on every attempt to upload an image. I´ve tried several images,
   various browsers and different machines. The same error occurs every time.
 * I use WordPress 3.3.1
 * How to fix this problem?

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714501)
 * [http://www.chewie.co.uk/general/wordpress-image-upload-http-error/](http://www.chewie.co.uk/general/wordpress-image-upload-http-error/)
 *  Thread Starter [Bojan Denić](https://wordpress.org/support/users/evilmc/)
 * (@evilmc)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714504)
 * I upload this line on my .htaccess
 *     ```
       <IfModule mod_security.c>
       <Files async-upload.php>
       SecFilterEngine Off
       SecFilterScanPOST Off
       </Files>
       </IfModule>
       ```
   
 * and again get this error: [http://i46.tinypic.com/oe4qw.png](http://i46.tinypic.com/oe4qw.png)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714520)
 * You need to speak to your hosts about this. It may be a server configuration 
   issue.
 *  Thread Starter [Bojan Denić](https://wordpress.org/support/users/evilmc/)
 * (@evilmc)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714540)
 * Hello,
 * yesterday my image upload working, but today I get this error. I do not believe
   that this is the hosting provider configuration issue.
 * This is my .htaccess
 * [http://pastebin.com/EK1cnz2r](http://pastebin.com/EK1cnz2r)
 *  Thread Starter [Bojan Denić](https://wordpress.org/support/users/evilmc/)
 * (@evilmc)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714601)
 * I add this on my .htaccess and now woeks!
 *     ```
       AddType x-mapp-php5 .php
   
       <IfModule mod_security.c>
       <Files async-upload.php>
       SecFilterEngine Off
       SecFilterScanPOST Off
       </Files>
       </IfModule>
   
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 *  Thread Starter [Bojan Denić](https://wordpress.org/support/users/evilmc/)
 * (@evilmc)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714696)
 * Again, I have this problem with image upload: HTTP Error
 * I upload five image, and when I wanted to upload the sixth image, I get error‘
   HTTP Error’
 * I do not know how to solve this problem…
 * This is my .htaccess: [http://pastebin.com/LbenS1Y5](http://pastebin.com/LbenS1Y5)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714697)
 * How large are these image files?
 *  Thread Starter [Bojan Denić](https://wordpress.org/support/users/evilmc/)
 * (@evilmc)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714698)
 * all my images for upload is 100-150kb
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714699)
 * Ask your hosts if your domain is set to use PHP as FastCGI or an Apache Module.
   FastCGI will cause upload errors.
 *  Thread Starter [Bojan Denić](https://wordpress.org/support/users/evilmc/)
 * (@evilmc)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714700)
 * I get this answer from my hosting provider:
 * ”The VPS Server is running Apache Module.
 * [http://www.example.com](http://www.example.com) is working fine on our end.
 * Please note that we do not provide third party scripts support or debugging and
   cannot help you further.”
 *  Thread Starter [Bojan Denić](https://wordpress.org/support/users/evilmc/)
 * (@evilmc)
 * [14 years ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714715)
 * I found the problem for this error! I just disabled **Smushit plugin** and I 
   can now upload image files again!

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

The topic ‘http error image upload’ is closed to new replies.

## Tags

 * [HTTP](https://wordpress.org/support/topic-tag/http/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [upload](https://wordpress.org/support/topic-tag/upload/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 2 participants
 * Last reply from: [Bojan Denić](https://wordpress.org/support/users/evilmc/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/http-error-image-upload-1/#post-2714715)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
