0

I have uploaded a file to my website and attach download link like this, <a href="Path-to-file" download="">DOWNLOAD</a>

Its there a way to save this into a specific location?

Ethaan
  • 11,291
  • 5
  • 35
  • 45

1 Answers1

0

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

below is the link

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