HTML 5 has a download attribute which allows a user to download a file. But how can I allow the user to choose in which File directory they want to download file?
<a class="downnb" href="http://buhehe.de/wp-content/uploads/2018/m/1.jpg" download="filename">Download</a>
Clicking on them triggers just download file. But can I choose where?