0
How do I create a download link?
I would like to learn how to create a download link using html 5
4 odpowiedzi
+ 2
<a href="some_file.png" download>Click</a>
+ 1
<a href="/media/video.mp4">Download Video</a>
"/media/video.mp4" is the rute or folder and the name of file to download.
"Download Video" is the text to show, for that the users will push it to download.
0
I tried using that but it failed
0
Can you put her your link code?
If your page is in a server free (Google, Dropbox,etc), is need put the url from server, not from your pc.
Example: <a href="dropbox.com/video.mp4">
I did not the code of lite, where the word "download" is inside from <a>.