Problem with WordPress 2.5 Image Upload

Asked By 20 points N/A Posted on -
qa-featured

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?

SHARE
Answered By 0 points N/A #113496

Problem with WordPress 2.5 Image Upload

qa-featured

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.

Related Questions