I need a way for users of an html application (.hta) to browse to a folder. The application's result is a file. I would like the users to be able to choose the folder where the file is saved.
I can use a simple <input type="file"... to allow the users to select a file; but, how do I provide them with a way to simply choose a folder using a similar browse dialog?
I can use a simple <input type="file"... to allow the users to select a file; but, how do I provide them with a way to simply choose a folder using a similar browse dialog?