I want to upload a file onto a server so I am using HTML5 input type file element. For example
<input type="file" name="file" id="idfile" accept=".sys*" />
Now for the user, he/she selects a file from "D:\User\TestLand\abc.Sys" location
So what I want is when again a user wants to upload another file then the file selection popup comes with "D:\User\TestLand" directory instead of download directory.
This feature is already present in Chrome, but not in IE9 or above and I want to add this feature also for IE.