javascript - How to make a file downloadig directely without open it in browser? -
this question has answer here:
- force download through js or query 5 answers
i have this:
<a href="localhost/pdf/data.pdf"> download </a> and when click on in browser file opened.i need make download directly without open it.thanks help
<a href="localhost/pdf/data.pdf" download> download </a> to find answer can use google way , don't need open new question
Comments
Post a Comment