Advertisement
-
Posts
37 -
Joined
-
Last visited
-
Days Won
3
Community Answers
-
ryanjkita's post in Possible to make Files download button open in new tab? was marked as the answer
Answering my own question. My best workaround was to edit the HTML/CSS in the theme section. Templates > Downloads > View > downloadButton. Added a target='_blank' to the a link and changing the button text to ask users to right click save as to download directly. Otherwise google serves and plays the file in browser in a new window.