RSS Feed for How to Do Cool StuffCategory: How to Do Cool Stuff

HTTP Error Uploading Images WordPress 2.5 Fix »

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 [...]