I am using angularjs.I am getting zip file URL from the server.
I am using below code to download my file.
<a href="{{filename}}" download="{{filename}}">Example 1</a>
Filename comes from the angular controller.
From the above code I will be able to download the file but in the download folder.How can I download that file in specified location ?