-1

Can You Help Me Please Finding Way To Change the Location of a downloaded File by javascript

<a onclick="this.href='data:text/html;charset=UTF-8,'+encodeURIComponent(document.documentElement.outerHTML)" href="#" download="page.html">Download</a> 

this code will download the actual web page in Documents/downloads but i want it to Download it in my desktop !

Lee Taylor
  • 7,761
  • 16
  • 33
  • 49

1 Answers1

0

This is not possible by javascript/jquery. Javascript cannot exert any control over visitor's file system.

It is a limitation and only user can manually change it from browser.

Following threads can be useful

Thread 1

Thread 2

Community
  • 1
  • 1
brk
  • 48,835
  • 10
  • 56
  • 78