I looked around and I can't seem to find the answer I need. Is there a way to select the location of a folder in an HTML input? I looked at this post but the answer is uploading the files in the selected folder.
I am trying to create something where the user can choose an output folder on his/her computer where files will be downloaded to. So I need something where the user can browse his/her computer, select a folder, and the location string ("C://...") will show up on the input text box.
Please let me know. Thanks!
input type="file"