I am fairly new to HTML and have a file that the end users can download:
<a href="filetodownload.exe" download>Download</a>
This automatically downloads the file to the Downloads directory. However, I would like to have a dialog box that allows user to navigate to the folder of choice and download to that folder instead of the default Downloads directory.