How to set default folder when open dialog Form Upload
Ex:
I want to set defualt \192.168.1.100
On html , I set
<input type="file" class=" form-control text-right " value="\\192.168.1.100\Sharing" accept=".csv" directory="\\192.168.1.100\Sharing" id="upload_file">
But it is not working
