Home » Wordpress

Wordpress 2.7.1 Flash Upload HTTP Fix

Written By: techieDan on March 29, 2009 5 Comments

I have this problem when I upgraded from 2.6 version of Wordpress to version 2.7. I can’t seem to upload anything using the flash image uploader. It has been on going since a few months back. I have searched for some solutions on the internet, but none seemed to mention about how to fix this version but version 2.5.

I then so happen to chance upon this solution on this site. But to spare you the details all you need to do is to modify your .htacess file in your server. If you really don’t know how to do that, I suggest you give the site a visit to learn it step by step.

wordpress uploader solve

Finally Uploader is Solved

Paste this following lines on the top  in the .htacess file and you’re good to go.

#BEGIN Image Upload HTTP Error Fix
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
<IfModule security_module>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
<IfModule security2_module>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
#END Image Upload HTTP Error Fix

That’s all there is to it.

Related Posts with Thumbnails

Tags: , ,

Digg this!Add to del.icio.us!Stumble this!Add to Techorati!Share on Facebook!Seed Newsvine!Reddit!Add to Yahoo!

5 Responses to “Wordpress 2.7.1 Flash Upload HTTP Fix”

  1. Hugo Lim says on: 30 March 2009 at 9:52 am

    wuuuuuuuuuuuu… now i know~~~

  2. AlvinC says on: 30 March 2009 at 5:01 pm

    I have no problems with the flash uploader once i updated my Wordpress wo.. :hmm:

  3. kahpeng says on: 11 April 2009 at 12:01 am

    <IfModule security_module> and <IfModule security2_module> is the same! Why do you need them twice ? I thought only one will do the work ?

  4. Josh Sommers says on: 22 April 2009 at 9:25 am

    Needed this on my ICDSoft host.  Works like a charm!  Thank you for the guide!!!

  5. Jay says on: 28 April 2009 at 8:29 am

    Worked like a charm! Thanks!

Leave a Reply:

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

  Copyright © 2009 TechieDan, All rights reserved.| Powered by WordPress