Skip to main content
Known Participant
November 22, 2017
Answered

Safari 11 safe mode & File upload

  • November 22, 2017
  • 1 reply
  • 451 views

It seems that with Safari 11, the 'safe mode' for plugins is more strict than version 10. In particular, a Flex application using FileReference.browse (to upload a user selected file) will no longer work when the user upgrades from Safari 10 to 11.

The workaround is for the user to disable 'safe mode'. But this is obviously cumbersome in the case of an application with large deployment. Another workaround could be to fallback on the html <input file> but cumbersome as well.

Did anybody else encounter this problem ? I couldn't locate any info on this change in the Safari 11 release notes.

    This topic has been closed for replies.
    Correct answer jeromiec83223024

    This is unsurprising.  Safari is committed to being very aggressive about deprecating Flash Player.  If you have a large Safari userbase currently dependent on Flash Player, you should probably start putting your mitigation plans in place now, if you haven't already started.

    1 reply

    jeromiec83223024
    jeromiec83223024Correct answer
    Inspiring
    November 22, 2017

    This is unsurprising.  Safari is committed to being very aggressive about deprecating Flash Player.  If you have a large Safari userbase currently dependent on Flash Player, you should probably start putting your mitigation plans in place now, if you haven't already started.