
Found a fix to my WordPress 2.5 image upload problem I was having after I upgraded on Saturday.
After about an hour of stumbeling around I came across a post on a forum where someone said they got the image upload to work by adjusting their .htaccess file on thier site with the following code.
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>I made the change to my .htaccess file, and like magic the image upload feature started to work again!
Josh Highland’s Blog WordPress 2.5 image upload problem : SOLVED
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.