Wordpress 2.5 Image Upload Error [Wordpress Fix]

The new Wordpress 2.5 is great, especially it’s new approached used to handle images upload. However some Wordpress users might encounter problems uploading images, getting stucked with error messages similar to the following…

    * HTTP error
* An error occurred in the upload. Please try again later
.

If you fail to upload images with the error messages above, here’s a fix for it. Prepare your favorite text editor, FTP program (or shell terminal) and following these following steps:

Step 1

Using FTP, or shell terminal navigate to the root of your WP folders. Download .htaccess and open it with text editor. If there isnt any .htaccess file, create one

Step 2

Insert the following script into .htaccess.

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

Step 3

Save, and upload to replace your current .htaccess. Go to Wordpress admin, you should be able to upload your image now.
- Thanks to hongkiat.com for this great advice!

Related posts:

  1. Cool WordPress Themes: Gluttony WordPress Theme
  2. Cool WordPress Themes: Sahara
  3. Wordpress Themes: Brandford Magazine
  4. Cool WordPress Themes: Nimble
  5. Cool WordPress Themes: Personal

Leave a Reply

You must be logged in to post a comment.