javascript - How to make a file downloadig directely without open it in browser? -


this question has answer here:

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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -