Jun 6, 2008
Http Error.

I got “Http Error” when trying to upload a picture to my entry since I upgrade my Wordpress to version 2.5 (now 2.5.1).
Finally, I got the solution for this matter.
You need to edit your .htaccess which is located in your wordpress’ or blog’s root.
<IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule>
*Thanks to joshhighland for the solution. I found it from http://trac.wordpress.org/ticket/6493 by searching how to solve this problem at Wordpress Site.