• I went to add images to a post tonight and I get “HTTP Error” in the flash uploader when I click on “upload.” If I use the html version it works just fine, w/o issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter magicswebpage

    (@magicswebpage)

    figured out a fix

    The solu-tion that worked for me was to create an .htaccess file in the wp-admin direc-tory. The htac-cess file should have the fol-low-ing rules in it:
    AuthType Basic
    AuthName share
    Satisfy Any
    Order deny,allow
    Allow from all

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    Was hoping this would fix my prob too, but no luck.

    image uploader displays “select images to upload”, but the button that is displayed is the grayed-out “cancel upload” button. ???

    cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘flash uploader broken’ is closed to new replies.