Title: WP 3.2.1 Image Upload HTTP Error
Last modified: August 20, 2016

---

# WP 3.2.1 Image Upload HTTP Error

 *  [basti2305](https://wordpress.org/support/users/basti2305/)
 * (@basti2305)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/)
 * Hey guys,
 * most of the time I want to upload an image it says “HTTP Error”.
 * When I’m uploading images from my iPhone some images work and other don’t. Usually
   when I say I want to upload them in medium or large quality it works but I want
   to upload them in original quality.
    The same error occurs when I want to upload
   images from the administration of WP. Therefore I tried different solutions by
   modifying the .htaccess-file. I found these solutions on Google and in this Forum
   but nothing really works.
 * It seems really confusing to me why some images work and others don’t. The filesize
   is approx. the same and not larger than 2MB. The orientation of the images is
   landscape.
 * I’m really stuck at this problem and I’m trying to get this work for hours 🙁

Viewing 12 replies - 1 through 12 (of 12 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299328)
 * [http://www.chewie.co.uk/general/wordpress-image-upload-http-error/](http://www.chewie.co.uk/general/wordpress-image-upload-http-error/)
 *  Thread Starter [basti2305](https://wordpress.org/support/users/basti2305/)
 * (@basti2305)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299334)
 * Hey esmi,
    I tried the .htaccess trick and this plugin but both didn’t work. 
   Either just one of them or in combination…
 *  [Ricky-UUCRFC](https://wordpress.org/support/users/ricky-uucrfc/)
 * (@ricky-uucrfc)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299660)
 * get this, the other admin on my site can upload from a safari browser, but I 
   can’t from Firefox or i.e 9
 * I have tried every fecking different fix there is on here, as far as I see its
   a coding bug thats been present for years now, wp need to sort it out
 *  [carterirvin](https://wordpress.org/support/users/carterirvin/)
 * (@carterirvin)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299662)
 * I’m getting the same error now as well. Crazy part is this WAS working one hour
   ago. Nothing has changed other than I’m trying to add new content.
 *  [Roar](https://wordpress.org/support/users/rori/)
 * (@rori)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299671)
 * This is suddenly happening to me as well. I look forward to hearing what solutions
   there might be
 *  [llaughy](https://wordpress.org/support/users/llaughy/)
 * (@llaughy)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299672)
 * Just to add to the randomness:
 * I am using WP 3.2.1 on a Windows XP system and Firefox 3.6.23. When uploading
   images I get the red HTTP error the first attempt, but if I try a second time
   it works. This error was occurring randomly before, but now it seems to have 
   settled in to doing it every time.
 * I just tried the image uploader in IE8 and it worked great the first time. So
   more and more this is looking like a browser + Flash issue.
 *  [sayjumner](https://wordpress.org/support/users/sayjumner/)
 * (@sayjumner)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299675)
 * I am having the same issue “RED HTTP ERROR” I even tried to FTP the images into
   the uploads folder and they will not show up in the library. Has anyone figured
   this out yet? I have a bunch of other wordpress installs and there is no errors
   but this one blog is producing it.
 *  [sanderd777](https://wordpress.org/support/users/sanderd777/)
 * (@sanderd777)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299679)
 * sorry, double post…
 *  [sanderd777](https://wordpress.org/support/users/sanderd777/)
 * (@sanderd777)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299680)
 * I have the same problem since a day ago. Images are uploading and appearing in
   the library, but the images can’t be crunched!! Tried the htacces, several plugins,
   but nothing is helping. Is there any solution for this yet???
 *  [ispyppc](https://wordpress.org/support/users/ispyppc/)
 * (@ispyppc)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299688)
 * Ok, so I have seen TONS of these errors all over Google, but not one single person
   ever really explained what the REAL PROBLEM was. Some of the previous solutions
   work if you’re using .htaccess to password protect the directory — but many are
   not protecting their directories. Some of the previous solutions will work if
   you’re on Godaddy Hosting — but many are not on godaddy hosting, so fastcgi isn’t
   the problem. So what could be the main problem?
 * FOR ME, THIS WAS THE MAIN PROBLEM: **mod_security**
 * On Apache, mod_security BLACKLISTS **^Shockwave Flash** at REQUEST_HEADERS:User-
   Agent. Nearly 99.9% of apache servers have this setup as default. This is what
   the flash uploader from wordpress uses as the user-agent when it’s being used.
 * This is a simple fix — just have your hosting company **WHITELIST ^Shockwave 
   Flash** in mod_security. It’s blacklisted as a spambot by default — so if you
   change it (or your host does), you will no longer have this problem.
 * This is NOT a browser issue, not an OS issue, etc. It’s just being blacklisted,
   that’s all. Take note, servers upgrade their apache software (including mod_security)
   all the time — and the newer versions might overwrite your current rules. So 
   if this happens again later on down the road, then you know you need to whitelist
   ^Shockwave Flash again (if and when you get that silly http error ever again.)
 * **FYI:** I discovered this because the http error is a 406 error, which is what
   made me look at the log files of mod_security. 406 errors should never really
   occur unless something is blacklisted.
 * Call your host or do it yourself if you have a dedicated server. Trust me, this
   should fix the problem if you’ve tried everything else and none of it worked.
   🙂
 *  [Libin](https://wordpress.org/support/users/libinvbabu/)
 * (@libinvbabu)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299705)
 * Hey,
    I have the same problem. But it just happens because my wordpress folder
   in cpanel is password protected. When I remove password protection, it works 
   fine. So check your wordpress installed directory and make sure it is not password
   protected.
 *  [Mark Cleveland](https://wordpress.org/support/users/markmassengale/)
 * (@markmassengale)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299712)
 * I probably encountered the issue that you mentioned, ispyppc. Thanks for the 
   post, though I made my own fix..
 * I noticed the html uploader was working fine, and so suspected it was OS-side
   and called the host. However 1and1 support didn’t have a clue and asked me to
   wait for further instructions via e-mail..
 * I am an impatient man, and too determined to quit at that. Thus [I recently did this](http://wordpress.org/support/topic/disabling-flash-uploader?replies=2#post-2493931)
   because I wanted to ensure that the uploader can’t use Flash anymore to circumvent
   the issue altogether. Besides, media.php was supposed to be turning off Flash
   when mod_security is enabled anyways; but it looks like the logic thereof generates
   a false positive even though it checks for that. ::rolls eyes::
 * My issues with uploads are gone now until the clients update WordPress. Maybe
   I will write a plug-in someday..for now the linked steps I wrote work fine for
   me.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘WP 3.2.1 Image Upload HTTP Error’ is closed to new replies.

## Tags

 * [http error](https://wordpress.org/support/topic-tag/http-error/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [upload](https://wordpress.org/support/topic-tag/upload/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 11 participants
 * Last reply from: [Mark Cleveland](https://wordpress.org/support/users/markmassengale/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/wp-321-image-upload-http-error/#post-2299712)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
