I'm trying put on my page download link, where I can download pdf file. I'm using this block below but when I'm trying download file it's failure. How can I fix this problem?
<div>
<a href="http://www.mypage.com/documents" download="name_of_file.pdf" class=" btn btn-lg btn-outline">Download CV english version </a>
</div>