i want upload file onto server using html5 input type file element. example
<input type="file" name="file" id="idfile" accept=".sys*" />
now user, he/she selects file "d:\user\testland\abc.sys" location
so want when again user wants upload file file selection popup comes "d:\user\testland" directory instead of download directory.
this feature present in chrome, not in ie9 or above , want add feature ie.
this not can control browser unfortunately. security directory path hidden html/js code , can't set path with html5 file api.
chrome's behaviour show same directory user used looks though ie chooses not this. filing bug/feature request microsoft option (unless it's been implemented latest version).
Comments
Post a Comment