javascript - How to make "save file to" option when i click on download button in html or js -


i have uploaded file website , attach download link this, <a href="path-to-file" download="">download</a>

its there way save specific location?

there implementation in git hub supports text download , image download , many more.

below link

https://github.com/eligrey/filesaver.js


Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -