Deactivate Flash

Last post 07-09-2012, 10:17 PM by therealmagicrat. 5 replies.
Sort Posts: Previous Next
  •  06-15-2012, 9:59 AM 73900

    Deactivate Flash

    Hello,
    How can I disable flash? There are problems with IE9The Upload button is not active with flash.
    It only works if i have disabled the Flash plugin.
     
    Many Thanks.
  •  06-18-2012, 3:19 AM 73919 in reply to 73900

    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 
  •  06-18-2012, 6:21 AM 73925 in reply to 73919

    Re: Deactivate Flash

    Thank you Ken for your answer.
     
     I  get the same problem on the demo page.

    Now i patched the include_phpuploader.php and now works it fine.
  •  07-09-2012, 12:12 PM 74098 in reply to 73925

    Re: Deactivate Flash

    I had this same issue.
     
    Demo page also did not work.
     
    I applied the change to the code you recommended.
     
    Now, it works, in IE too ... BUT:
     
     - Only for on file at a time.  Multi-file selection will not work. 
     
    - After selecting the file, the progress panel formatting is wrong ... it shows "in-line" in the render after the button.
     
    It does work, tho.
     
    Note that this only effects IE.  EVERYTHING works (multi-file and rendering) correctly in other browsers.
     
    You can see my implementation here:  http://www.magicratproductions.com/share/index.php 
     
     
     

    - Rat
  •  07-09-2012, 1:20 PM 74105 in reply to 74098

    Re: Deactivate Flash

    Hi therealmagicrat,
     
    Please install the silverlight version 4 plug-in for your IE browser. It should work.
     
    Regards,
     
    Ken 
  •  07-09-2012, 10:17 PM 74109 in reply to 74105

    Re: Deactivate Flash

    Kenneth:
    Hi therealmagicrat,
     
    Please install the silverlight version 4 plug-in for your IE browser. It should work.
     
    Regards,
     
    Ken 
     
    Success!  That worked.
     
    Thank You.
     

    - Rat
View as RSS news feed in XML