Copy link to clipboard
Copied
Can you please share the code for me? I can't understand very well, I'm a beginner. :brazil:
Copy link to clipboard
Copied
See here https://www.w3schools.com/TAGS/att_a_download.asp
Copy link to clipboard
Copied
Supprised no one picked up on what Ben posted.
Download is one attribute you just add to HTML so you do not need to do anything else.
Key note though is that different browsers do read this differently. If you have a dynamically generated file for example Chrome does have issue triggering this properly so it is recomended that rather than just adding "download" if you do come across issues to specify the file name download="myfile" as per the docs Ben kindly linked.
Less is more, this is defiantly less.
Copy link to clipboard
Copied
I'm surprised too
Copy link to clipboard
Copied
it worked in your example, but i replicated it in my html using a mobile editor and it didn't work, any tips please?
Copy link to clipboard
Copied
It failed because the code I posted in 2018 was intended for the .htaccess file, not the HTML file. .htaccess is a server configuration file, not a web page.
Use @BenPleysier's answer above.