I have a function in JavaScript that implements download. One of the parameter that the function get is path - where to download the file.
I want to enable user to choose the path from his computer where to download by a - browse button.
isn't good, it expects to select an actual file, I want only path of folder.
Any idea how to do that using HTML or JavaScript?