Copied to clipboard

Flag this post as spam?

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


  • Zac 239 posts 541 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 239 posts 541 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).

Please Sign in or register to post replies

Write your reply to:

Draft