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
You need to speak to your hosts about this. It may be a server configuration issue.
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
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
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
How large are these image files?
all my images for upload is 100-150kb
Ask your hosts if your domain is set to use PHP as FastCGI or an Apache Module. FastCGI will cause upload errors.
I get this answer from my hosting provider:
”The VPS Server is running Apache Module.
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.”
I found the problem for this error! I just disabled Smushit plugin and I can now upload image files again!