the href is referencing a file in the file cabinet...
# administration
m
the href is referencing a file in the file cabinet and while this opens up within the browser is it not downloading the file automatically. I tried the tags download as well as target="_blank to open a new window but neither work. Is it possible?
r
Try this instead
Copy code
<a download="<https://test.jpg>">Click to Download</a>