I have a field in an html form, where the path of a Windows folder (EX: C: \ folder1 \ folder11) should be inserted, where this field is of type text same.
However, to facilitate, I would like to make a dialog, just like the input of type file, but the intention is not to get the files, but the string with the path of the selected folder.
How do I proceed? Thank you.