Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Zac 238 posts 539 karma points
    May 21, 2013 @ 05:48
    Zac
    0

    Disable newer umbraco media uploader

    How can we disable the umbraco (html 5 drag and drop) media uploader that was introduced in v4.9?

     

  • Zac 238 posts 539 karma points
    May 24, 2013 @ 02:36
    Zac
    0

    The only way that we found to disable this was to modify the css and hide the uploader icon.

    We did this by adding the following line to \umbraco_client\ui\default.css:

    #fbUploadToolbarButton {display:none;}

    Note: you'll need to clear the ClientDependency temp cache for this to take effect (delete \App_Data\Temp\ClientDependency).

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies