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

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -