flash uploader security error problem
-
When I try uploading a file using Flash Uploader I get security error. Browser Uploader works fine. I was using wordpress 3.0, then upgraded to 3.0.1 but it didn’t help.
I have another wordpress installation in another directory in the same server. Flash Uploader works fine here. The version number of working installation is 2.8.3.
Here is a copy of .htaccess. It is the same on both installations:
# cat .htaccess# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressWhat should I do to make Flash Uploader work?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘flash uploader security error problem’ is closed to new replies.