Title: Http Error on upload.
Last modified: August 19, 2016

---

# Http Error on upload.

 *  [damendaman](https://wordpress.org/support/users/damendaman/)
 * (@damendaman)
 * [16 years ago](https://wordpress.org/support/topic/http-error-on-upload/)
 * First off I think this may have something to do with the plug-in WP-Post Thumbnail.
   That thing is really buggy but is part of the premium theme I have called “GameNOW”
   from [http://www.wpnow.com](http://www.wpnow.com)
 * It is kind of random when I am uploading. I will choose a file with the flash
   uploader and after the upload gets to 100% and starts to crunch “Http error.”
   appears above the form. If I try to upload with the non-flash uploader it will
   just go to a blank screen after I hit the “Upload” button.
 * Now if I go to my media library the files will be there. Sometimes their sizes
   appear at 0x0 sometimes not.
 * I tried deactivating the plug-in that is suspect and even manually removing the
   rows in the wp_options table through phpMyAdmin. Still getting the error. I am
   concerned that it has edited a file having to do with my upload settings and 
   don’t know where to look.
 * Uploading worked fine before this plug-in and I have even tried uploading on 
   my 3.0 beta site (on the same server) and it works fine, so that rules out server
   problems.
 * I have tried googling the Http Error problem and it seems it used to be a big
   thing when wp2.5 came out but none of their solutions have helped me thus far.
   Also, when using firebug on firefox some random error pops up (not on a computer
   where I can copy paste it) but even after thoroughly researching that error it
   has something to do with the Flex service of flash and nothing helped me out 
   there.
    ** Is there anyway to reset my upload settings file or anything like 
   that without doing a fresh install?

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

 *  Thread Starter [damendaman](https://wordpress.org/support/users/damendaman/)
 * (@damendaman)
 * [16 years ago](https://wordpress.org/support/topic/http-error-on-upload/#post-1489552)
 * Also, any solutions give to edit the .htaccess have not helped. Nor do I think
   it has anything to do with my servers PHP memory not being high enough (How do
   I verify this?).
 * Thanks.
 * -bump-
 *  Thread Starter [damendaman](https://wordpress.org/support/users/damendaman/)
 * (@damendaman)
 * [16 years ago](https://wordpress.org/support/topic/http-error-on-upload/#post-1489568)
 * One more update.
 * I have just now deleted my wp-admin and wp-includes folders and uploaded fresh
   versions and the problem still persists.
 *  [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * (@shane-g-1)
 * [16 years ago](https://wordpress.org/support/topic/http-error-on-upload/#post-1489590)
 * Hi,
 * Check with these options:
 * – Assign 755 recursive permissions to wp-content directory with the help of your
   web hosting service provider.
 * – Add this code in htaccess of your blog/site:
 *     ```
       <IfModule mod_security.c>
       SecFilterEngine Off
       SecFilterScanPOST Off
       </IfModule>
       ```
   
 * Thanks,
 * Shane G.
 *  Thread Starter [damendaman](https://wordpress.org/support/users/damendaman/)
 * (@damendaman)
 * [16 years ago](https://wordpress.org/support/topic/http-error-on-upload/#post-1489611)
 * As I said in the post above, which you must have skipped over, any .htaccess 
   edits have not remedied my problem.
 * My wp-contents folder has the 755 permissions on it.
 * Any other solutions?
 * Thanks,
 * Damen
 *  [ipaul75](https://wordpress.org/support/users/ipaul75/)
 * (@ipaul75)
 * [16 years ago](https://wordpress.org/support/topic/http-error-on-upload/#post-1489766)
 * I am having the same trouble you are having, also I have already tried everything
   you stated above. I have gone to the hosting provider and asked for their help.
   They so far have increased the memory_limit value. They said that it doesn’t 
   solve for really huge files, but they didn’t clarify what they mean by a huge
   file, but I let them know that the user is trying to upload around 50M file. 
   So, my only suggestion is to ask your host provider’s help desk for help. Maybe
   between both of our host providers and this forum you started, we might find 
   a solution.
 * Thanks,
    Paul
 *  [ipaul75](https://wordpress.org/support/users/ipaul75/)
 * (@ipaul75)
 * [16 years ago](https://wordpress.org/support/topic/http-error-on-upload/#post-1489797)
 * Ok, so talk to your host provider and have them increase the memory_limit value.
   I do not know if you actually added this to the system file .htaccess.
 * You said you tried everything, but the host provider change and the change below
   helped with 50M of upload using the flash uploader.
 * add this to the .htaccess:
    php_value max_execution_time 1800
 * The combination of these changes helped the problem that I was having, which 
   also seems very similar or even the exact problem you are having.
 * Hope this helps,
 * Paul
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years ago](https://wordpress.org/support/topic/http-error-on-upload/#post-1489798)
 * [http://www.chewie.co.uk/general/wordpress-image-upload-http-error/](http://www.chewie.co.uk/general/wordpress-image-upload-http-error/)
   
   [http://wordpress.org/support/topic/164999](http://wordpress.org/support/topic/164999)
 *  [rhinogrady](https://wordpress.org/support/users/rhinogrady/)
 * (@rhinogrady)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/http-error-on-upload/#post-1489894)
 * Damen, I was experiencing this issue with a wp site I had installed within an
   existing wordpress directory [http://www.rwm.com.au/23princealbert](http://www.rwm.com.au/23princealbert).
   By chance I looked at what pluigins I had installed and WP Smush.it was activated.
   I deactivated this and all is fine now.
 * Ryan
 *  [eatiusbirdius](https://wordpress.org/support/users/eatiusbirdius/)
 * (@eatiusbirdius)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/http-error-on-upload/#post-1489895)
 * Thanks rhinogrady…that was the perfect fix for me. Thanks for sharing!

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

The topic ‘Http Error on upload.’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 6 participants
 * Last reply from: [eatiusbirdius](https://wordpress.org/support/users/eatiusbirdius/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/http-error-on-upload/#post-1489895)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
