What I am trying to achieve is to open a directory (like "File Explorer" on windows ) and select path to a folder. Not to a file!
I have tried webkitdirectory, directory attribute with type="file" but doesn't work.
<input type="file" webkitdirectory mozdirectory directory />
Would appreciate to see some simple example how can this be done.
EDITED:
I just need to return the path to the folder and not files under the folder. Example: C:\Documents\Test - this is correct
C:\Documents\Test\someFile.csv - incorrect