I'm having an HTTP Error when uploading images using the flash uploader. I know it has been doccumented, so I've tried many of the suggestions.
First, I did the .htaccess mods. Adding
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
That didnt seem to fix it.
I made a new blog.dir directory as suggested and got rid of the other one. Just to be save, I did a chown to make sure it was owned by my account. That is confirmed.
Still nothing.
The non-flash uploader works just fine.
Also, the flash upload progress bar often gets all the way across to the "Crunching" phase, then the red HTTP ERROR note comes up.
Any suggestions?