Title: http error image upload
Last modified: August 19, 2016

---

# http error image upload

 *  [haavadb](https://wordpress.org/support/users/haavadb/)
 * (@haavadb)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/)
 * Hi!
 * I get this error on every attempt to upload an image. I´ve tried several images,
   various browsers and different machines. The same error occurs every time…
 * The tips in the sticky post do not seem to solve the problem…
 * The message I get is:
    HTTP ERROR crunching An error occured in the upload. please
   try again later.
 * What would cause such an error, and how can I resolve it?

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/topic/http-error-image-upload/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/http-error-image-upload/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/http-error-image-upload/page/2/?output_format=md)

 *  [bsweber](https://wordpress.org/support/users/bsweber/)
 * (@bsweber)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-728941)
 * I’ve got the same error happening. I just switched to 2.5 a few days ago.
 *  [raffo](https://wordpress.org/support/users/raffo/)
 * (@raffo)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729103)
 * any news?
 * it’s a big bug… possible that noone has fixed it??? 🙁
 *  [super-rats](https://wordpress.org/support/users/super-rats/)
 * (@super-rats)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729104)
 * It doesn’t seem to like larger files. One image was a 194k jpg and I got this
   error. Smaller images upload fine for me.
 *  [simcomedia](https://wordpress.org/support/users/simcomedia/)
 * (@simcomedia)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729105)
 * I have this problem also. I’ve tried tiny files and large files. Same results.
   Exact same error over and over on the crunching part.
 * Anyone have a real idea on this issue?
 *  [onedeep](https://wordpress.org/support/users/onedeep/)
 * (@onedeep)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729107)
 * I have run into the same error, but only using Firefox. When in IE, I get a completely
   different error, but the image actually successfully uploads.
 * Unfortunately, I cannot manipulate that file in IE, but if I switch back over
   to FF, it sees the image and is perfectly content to mess with it.
 * This tells me that it is definitely a WP2.5 issue, and not something with folder
   permissions, file sizes, or config.
 * I have also seen many people have this issue, but I have yet to see a solution
   presented that works (other than the one I use right now) either officially or
   unofficially.
 *  [bpolhemus](https://wordpress.org/support/users/bpolhemus/)
 * (@bpolhemus)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729108)
 * Anyone tried using Safari? I don’t use Safari much despite installing it (at 
   Apple’s insistence) on my Windows XP laptop, but it’s a though.
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729109)
 * Have you gone through the various fixes listed here?
    [http://wordpress.org/support/topic/164999](http://wordpress.org/support/topic/164999)
 *  [trex33](https://wordpress.org/support/users/trex33/)
 * (@trex33)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729110)
 * May want to check out my recent [post on mod_security and flash](http://wordpress.org/support/topic/167483?replies=1)
 *  [onedeep](https://wordpress.org/support/users/onedeep/)
 * (@onedeep)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729135)
 * I have tried every single one of those fixes.
 * The main problem is that they actually seem to work. For instance, I put in this
   one a couple of days ago:
 *     ```
       <IfModule mod_security.c>
       SecFilterEngine Off
       SecFilterScanPOST Off
       </IfModule>
       ```
   
 * Uploads worked fine. Now today, they are no longer working. This has happened
   with at least half of the fixes I have tried (and all of them that have to do
   with .htaccess). The other half just didn’t do anything.
 * The only one I haven’t tried – and have been avoiding – is the no flash uploader
   plugin. It seems silly to me that I have to turn off half of a feature of 2.5
   just to get the rest of it to work.
 * What is worse is that it appears to me that the WP folks who can fix it aren’t
   doing anything to fix it. Any time someone complains about this problem, people
   point to the same post you pointed me to, but never say “its being worked on”
   or point to the ticket in the bug tracker.
 * From what I am seeing on this message board, this is a consistent, persistent
   problem across multiple installs on multiple architectures using multiple browsers.
   It is a real problem that tweaking .htaccess or turning off (or on) plugins is
   only putting a band aid on.
 *  [fishnyc](https://wordpress.org/support/users/fishnyc/)
 * (@fishnyc)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729150)
 * I just installed a clean install and can’t upload as well. Looked all over the
   message boards and tried ALL solutions. Any ideas what to do next?
 *  [webwisedesign](https://wordpress.org/support/users/webwisedesign/)
 * (@webwisedesign)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729153)
 * Added the .htaccess file to the wp-admin directory. The
 * > HTTP ERROR
   >  crunching An error occured in the upload. please try again later.
 *  Changed to
 * > Unable to create directory /home/_mysite_/public_html/wp-content/uploads/2008/
   > 04. Is its parent directory writable by the server?
 * And, Yes, the parent directory is writable by the server (755).
 *  [raffo](https://wordpress.org/support/users/raffo/)
 * (@raffo)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729155)
 * just a big BUG of wp2.5…
 * hope they can solve…
 * my solution, is to use nextgen gallery plugin
 *  [fultonfence](https://wordpress.org/support/users/fultonfence/)
 * (@fultonfence)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729190)
 * i had this same issue and error for uploading photos, mp3s and videos – but changing
   the mod_security settings solved it.
 * thanks
 *  [blooper1a](https://wordpress.org/support/users/blooper1a/)
 * (@blooper1a)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729202)
 * same issue with 2.5.1
 * apply mod_security to solve the issue
 *  [jeremycherfas](https://wordpress.org/support/users/jeremycherfas/)
 * (@jeremycherfas)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/#post-729203)
 * Mod security did not work for me.

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/topic/http-error-image-upload/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/http-error-image-upload/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/http-error-image-upload/page/2/?output_format=md)

The topic ‘http error image upload’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 31 replies
 * 24 participants
 * Last reply from: [jesseisrad](https://wordpress.org/support/users/jesseisrad/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/http-error-image-upload/page/3/#post-729351)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
