Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How can we disable the umbraco (html 5 drag and drop) media uploader that was introduced in v4.9?
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).
is working on a reply...
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.
Continue discussion
Disable newer umbraco media uploader
How can we disable the umbraco (html 5 drag and drop) media uploader that was introduced in v4.9?
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).
is working on a reply...
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.