Change the name of your file with download attribute
You can change the name of a file when the user downloads it using download
attribute.
<a href="/example.zip" download="newname.zip">
Download
</a>
You can change the name of a file when the user downloads it using download
attribute.
<a href="/example.zip" download="newname.zip">
Download
</a>