WordPress 2.5 Upload Error Fix

If you recently upgraded to WordPress 2.5 and are having difficulty uploading pictures, try putting this in your root directory’s .htaccess file, directly after the “END WordPress”:

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

This worked for me and I am very grateful. This last version of WP had some very dramatic changes. I’m not thrilled about all of them, but the picture upload issues were my most immediate frustration. Original fix source is here.

2 thoughts on “WordPress 2.5 Upload Error Fix

  1. Hooray, I’m glad. I’ve been putting off dealing with it since I upgraded and was relived to have the fix worked – thought someone else might find it useful, too. 🙂

Leave a Reply to Sueellen Cancel reply

Your email address will not be published. Required fields are marked *

4 + 6 =