I'm trying to create something that looks like input type="file"
, except that instead of loading a file, I'd have to choose a folder. Something like the "Save As" window, where we chose the folder to save the file.
In this example, I would look for the folder C:/Users/cesarcacao/Desktop
I would like to put some code attempt, but I have not been able to build anything concrete yet.