I want to download a file from server and store it on a specific path on local machine.
<a href="<downloadLink>" download="fileName">Download</a>
Using this anchor tag downloads the file but in default location. I want to store it to specific location.