Download Link not working in html
css, download, html, php
Solution
you can try this
<a href="/pdf/book.pdf" download="book.pdf">Download </a>
Problem
i am trying to make a download link in html that is given like this for a PDF Book ``` <a href="http://www.mydomain.org/pdf/book.pdf" target="_blank"> Download </a> ``` but problem is that when download link is clicked it opens online version of pdf , does not offer download , i did google and found same way to add download link , any one can guide me with it please whats wrong here