Search

Sponsored Links

Foxkeh

Categories

Archives

Random Posts

13
Apr

Error Uploading Pictures in Wordpress 2.5!

How many of you have encountered this before? Upgrade your Wordpress to the latest version 2.5, and when you try to upload a picture into your post, and BAM! You encounter an HTTP error!

It says after crunching the picture: “An error occurred in the upload. Please try again later.

What can you do about it? Uncle Google to the rescue. A quick search revealed that you should modify your .htaccess file in your root folder to include this bunch of lines.

<IfModule mod_security.c>
<Files async-upload.php>

SecFilterEngine Off
SecFilterScanPOST Off

</Files>
</IfModule>

Don’t worry if you do not understand a word what these lines mean. Neither do I.

Save it, and miraculously your image can now be uploaded. Weird.

Popularity: 18% [?]

9 Comments

Leave a comment