HTTP Error Uploading Images WordPress 2.5 Fix »
By admin on Jul 18, 2008 in Featured, How to Do Cool Stuff | 0 Comments
Have you had problems getting the Wordpress 2.5 / 2.6 upgrade image upload feature to work? Here’s the fix for the HTTP Error Uploading Images WordPress 2.5
FTP into your site and “edit” your .htaccess file.
Add the following to the the .htaccess file after the “END WordPress”:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
If you are having the problem [...]



