I cannot seem to figure this out. I wrote a HTML5 script and I keep getting auto download to default folder.
HTML5 code :
<a href="../admin/gambar/<?php echo $row['file']; ?>" class="btn btn-success" role="button" download>
So, what code to select a destination folder first and then download the file ?
Thank you.