I want to browse in file system for a folder path.In other words, I want to select a folder and to display the folder path in an input.
<input directory="" webkitdirectory="" type='file'/>
Here it will display the Browse Window and it will allow me to select a folder, but the option that i have is Upload . I don't want to upload, only to select the folder.
Thanks for any advices!