just a quick question,
mission is to get a folder directory name. example: _C:\ThisFolder\myFolder_.
and I've used html input type="file" but I'm only able to get the file name, plus type="file" works like one want to upload something, while I just want to get the folder path of user selection.
<label> Update to : </label>
<input type="file" class="form-control" id="dirpath" name="dirpath" directory />
is there any other approach that I could use, please advice, thanks.