Open html file instead of download it. · Issue #14265 ...
github.com › nextcloud › serverFeb 17, 2019 · Need to download html file from nextcloud directory. I see file preview instead of getting file on my system. Only one way to download it is to put html file to directory and download this directory. Steps to reproduce. Push three points near file name to open list of file possibilities; Check 'Download' Expected behaviour. File is downloaded ...
Force a File to Download Instead of Opening it in a ...
https://actualwizard.com/htmlA special download attribute can be used inside of an <a href> tag that will tell the browser to download the file instead of navigating to it. The code below will tell the browser to prompt the user to save the file. The addition of the “download” tag will force a file download dialog box to appear when the link to the file is clicked.