We are running Confluence 5.1 and we'll be upgrading to 5.4 later this spring.
We've had a request from a user to only show the "Browse Files" version of the uploader (pictured) in the attachments macro. They do not want to expose the Drag and Drop uploader.
Is there any easy way to show just this on a page without the drag and drop functionality? We've considering creating a custom macro, but I wanted to check here first.
Thanks!!!
Hi Danny,
try to use the following javascript code :
<script> jQuery().ready(function() { jQuery(".attachments-drop-zone").hide(); }); </script>
Add this code into COnfluence Administration -> Custom HTML
Hope this helps,
Fabio
Hey Fabio - thanks for providing this. I've confirmed that it indeed removes the drag and drop from the attachments page.
What we're looking for here, though, is a way to hide the drag and drop functionality within the attachments macro itself OR show only the "browse" version of the uploader on a specific page as a standalone macro/feature.
Thanks again!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Danny,
you can try to embed the provided code in a HTML macro. I didn't try it. https://confluence.atlassian.com/display/DOC/HTML+Macro
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.