[wp-testers] Re: image upload error. (Ryan Boren)

Stefano Aglietti steagl4ml at gmail.com
Tue Apr 8 16:33:03 GMT 2008


On Tue, 8 Apr 2008 09:00:58 -0700, Carlo <scappa at gmail.com> wrote:

>
>Still getting the HTTP error on file (image) upload after deactivating the
>plugins. The good news is that the script error vanishes (like a ninja in
>the night). I'll try to track down the script error for the plugin but the
>HTTP error I am boggled about.

Some people on some hosting solved the HTTP problem adding this code
in .htaccess file

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

If your hosting has security mode on this maybe will solve the
problem.

-- 

Stefano Aglietti - StallonIt on IRCnet - ICQ#: 2078431
Email: steve at 40annibuttati.it steagl at people.it
Sites: http://www.40annibuttati.it (personal blog)
       http://www.wordpress-it.it (WordPress Italia)


More information about the wp-testers mailing list