Join Slack
Powered by
the href is referencing a file in the file cabinet...
# administration
m
mg2017
02/24/2020, 3:20 PM
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?
Untitled
r
Rehan Ali
02/24/2020, 4:21 PM
Try this instead
Copy code
<a download="<https://test.jpg>">Click to Download</a>
2
Views
Open in Slack
Previous
Next