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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...