Re: Deactivate Flash

  •  06-18-2012, 3:19 AM

    Re: Deactivate Flash

    Hi coolio74,
     
     
    If the demo works for you, please download the latest version and try again.
     
    Latest version download url: http://phpfileuploader.com/download/phpfileuploader.zip
     
    If the latest version get the same problem, please follow the steps below to disable the flash upload mode.
     
    1. open file phpuploader\include_phpuploader.php
    2. find section below
    $code.=$this->_GenerateAttribute("ProgressBarBorderStyle");
    3. Change it to
    $code.=$this->_GenerateAttribute("ProgressBarBorderStyle");
    $code.=" AdvancedOptionNoFlash='true' ";
     
    Regards,
     
    Ken 
View Complete Thread