On Tue, 8 Apr 2008 09:00:58 -0700, Carlo <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] [EMAIL PROTECTED] Sites: http://www.40annibuttati.it (personal blog) http://www.wordpress-it.it (WordPress Italia) _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
