+ 1
How to make download file link?
2 odpowiedzi
+ 2
Sorry Nedim, but that is incorrect. Rather than downloading the file, it will open it in the browser. In order to make a download link, you must use the download attribute, like so: <a href="hi.txt" download> Download File </a>
- 1
<a href="filetarget/filename.abc">Click here to download</a>