Use the "Browse Uploader" option if getting "HTTP Error." in red. it worked for me :)
Use the "Browse Uploader" option if getting "HTTP Error." in red. it worked for me :)
That doesn't solve the problem @vingupta3.
I am having this exact same issue with brand new installation of WP3. And it happens with the downloaded tarball and the svn checkout versions.
I tried adding:
...
AddType x-mapp-php5 .php
...
All that did was wig out the admin area. Php code was visible, none of the styling was set, in short, it destroyed the back end.
I also added:
...
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
...
No dice. This didn't help at all.
Can somebody please shed some light on what is going on here. This seems like a major bug that has never been fixed since v2.5.
I am running permissions of 775 on the root directory and on the wp-content directory. And I am running with the permissions of 777 on my uploads directory. That will allow me to upload images using the browser uploader, but the Flash uploader is still not working.
So far, I have been using a Mac to upload files. I tried my wife's laptop (running Vista) and instead of immediately giving me the 'HTTP Error.' (thanks for the descriptive error message, guys) Vista popped a dialogue box asking me to authenticate the process. This never happened on the Mac. And in looking at the logs it seems like I am still getting a 401 when it's trying to post the files.
"POST /wp-admin/async-upload.php HTTP/1.1" 401 - "-" "Adobe Flash Player 9"
This is driving me batty! I cannot believe that there isn't a huge thread about this seemingly, amazingly huge error when uploading files. I am using a bone-stock installation of version 3.
I have tried with Safari 5 and Firefox 3.6.4 on the Mac running both Flash player 10.1 and the last version of 9. And now I have tried Firefox 3.5.x with Flash player 9 on Vista.
Anybody solve this? Any pointers? Sorry to be annoying on this issue, but none of the fixes are working or appropriate. Setting permissions on any directory on the web to 777 is not a solution.
Tried everything with 3 blogs using 3.0 and still shows the HTTP problem.
Most of the above solutions can't possibly apply because it works SOMETIMES. I'm using Set Featured Image so I'm not sure if my issue applies to that only.
I have the issue on hosting and on my computer since upgrading the blogs.
PHP 5 in play on both, edited htaccess, install a plugin that claimed to fix it and did not.
Who else is able to upload an image at some point and THEN they get the issue?
That tells me that theres a change in the blogthats not be unset so to speak when we upload our first image.
Has anyone tried a complete re-install?
I'm getting the "HTTP error" as well. I've tried everything that's been recommended in this thread and I still can't fix it either.
I'm uploading large files, using audio, but it happens with small files too, whether they're images or whatever.
This didn't used to happen, so I'm wondering if a previous update may have caused the problem.
I'm also hosting on GoDaddy... anyone else?
Fresh install didn't help...
This fix to the .htaccess file solved this exact same problem for me:
WordPress Flash uploader fix for the HTTP error.
@pixelnate
i did teh sams as you mate added AddType x-mapp-php5 .php and freaked cos all my sites were dpwn and only showing php -
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
this did nogthing either
i also added both to a new ht acces file in wp content on top of the public html folder
all this on teh new wp 3 so I aint doing a reinstall there must be a simple solution - also to teh clever clogs who say just use the browser - some guy actually bloged a bout this with a post that said http error solution just use the browser - NO - not useful - I need to upload more than one image at a time
anwyay please if you can shine some knolegde pls speak upm thnks
FYI i got round this by uploading images to my server by ftp then using this plugin http://wordpress.org/extend/plugins/add-from-server/
to transfer them to my media manager - a hack - but at least it works
none of the above did
hope this helps someone else
This topic has been closed to new replies.