WP 2.5 Image Upload Issue Fixed

By Randy Jensen | Mar 31, 2008

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


  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Design Float
  • DZone
  • Ping.fm
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • TwitThis
  • Yahoo! Buzz
Copy the code below to your web site.
x 

Related posts:

  1. Recover a Lost WordPress Password Recently I had a client contact me and tell...
  2. Install Woopra 1.3 RC2 On Ubuntu 9.04 If you’re not familiar with Woopra, it’s an amazing...

Related posts brought to you by Yet Another Related Posts Plugin.

  • Hey Robert,

    Glad it helped!
  • Sweet - this works great.

    I've been trying for ages on all of my sites and finally this simple solution worked!
  • RMB
    help. please. :-)
blog comments powered by Disqus
© 2009 Randy Jensen Online, - PassionDuo WordPress Theme