Wordpress Upload Problem

Posted by Saad as Wordpress

Share on FriendFeed

3 Comments

After I upgraded to Wordpress 2.5+, my old wordpress upload feature replaced by a new fancy Flash based Image Uploader. Even though the new feature looked really cool at first, after the very first use, I wished to go back to my old Upload feature. Anyway Long story short, From day one I was having issues with Wordpress 2.5 Image Upload Feature. Whenever I wanted to upload any image of any type/size, I got a “HTTP Error”.

Wordpress Image Upload Problem

Initially I thought its my firewall that is probably not letting the ‘flash uploader’ to make a connection to the internet. But later I figured that the problem was with wordpress itself and apparently many other users were facing it. So anyway I did a quick search on Google and found a fix that works 100%. So if you have the same problem follow the steps below and you will be uploading images again in your Wordpress 2.5+ in no time!

Fix Wordpress 2.5 Image Upload Problem

Step 1: Using a FTP client, login to your server (where wordpress is installed) and navigate to the root of your WP folders.

Step 2: Now, Download a filed called .htaccess and open it with any text editor. (If you don’t see a .htaaccess file simply create one blank text file and name it .htaccess)

Step 3: Insert the following code at the end of your .htaccess file:

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

Step 4: Save the file, and upload to replace your current .htaccess. Now go to your Wordpress admin panel and the wordpress 2.5 upload feature should be working for you!

Very easy fix, Isn’t it? But frankly, even though the new image upload feature was working for me, I felt that the old uploader was much better. It was more faster, and gave me more freedom in terms of image location, thumbnails and so on. So I did another search and found a very cool plugin that can give you the old wordpress Image Upload feature in the New Wordpress 2.5+. And don’t worry after you install this plugin, you will still be able to use the new Image uploader whenever you want. But in case if that doesn’t work for you well, you can always upload images using the traditional way.

Download the Old Wordpress Upload Plugin (Works 100% with all the New Wordpress versions)

Popularity: 22%

Share

  • Tags: Wordpress
  • Posted on 21st October 2008

Don’t want to miss a post? Subscribe to our RSS feed!

Social Bookmarking

Stumble it! social Add to Mixx! social

Do you like my Blog? Buy me a cup of Coffee!

Related Posts

3 Comments

zoolo BOY
12 Nov 08 | 3pm

You could also try this, it worked for me http://zoolo.net/2008/09/wordpress-images-upload-fixed/

Saad
12 Nov 08 | 6pm

@zoolo BOY – Hay thanks! I’ll try it out.

p@r@noid
26 Dec 08 | 12am

My problem Flash uploader never worked for me though I tried on different browser and updated flash player. :|

Leave a comment.

Comments: