I can’t be the only one using ssl and the flash uploader. Any ideas?
Another update.
I backed up my wp-content folder and my wp-config.php files. I then deleted everything out of my wordpress directory. Then re-unziped 2.6.1, and copied back wp-content and wp-config.php.
I’ve also upgraded flash to 9.0.124.0.
I’m still getting the error when using ssl.
Here’s a screenshot.
1 more thing. I also tried the .htaccess fix by adding:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>