Asked By
Alex007
20 points
N/A
Posted on - 08/12/2011
I know that WordPress 2.5 is very helpful for handling image upload. But I faced a problem during upload image.
Whenever I try to upload an image it shows the following error message-
From Computer
HTTP error.
Choose files to upload
After a file has been uploaded, you can add titles and descriptions.
Crunching.
An error occurred in the upload. Please try again later.
I need a help. Is there any body can tell me how I can fix this problem?
Problem with WordPress 2.5 Image Upload
First you have to download .htaccess and open it with text editor. Use the File Transfer Protocol,  WPfolders. If you don't have yet  .htaccess file you have to create one.
Second. Type the codes below into your .htaccess.
# BEGIN WordPress
1. <IfModule mod_security.c>
2. <Files async – upload.php>
3. Â SecFilterEngine Off
4. Â SecFilterScanPost Off
5. </Files>
6. </IfModule>
# END WordPressÂ
Lastly. After you changed all you have to save it.
If there's existing script inside your .htaccess just put the code above below.
Or maybe its just a BIG bug. try to use nextgen gallery plugin.