I want to open a file browser in JavaScript and set a default directory to this file browser. For example, I will like to set the default directory to "C:\My Documents".
How to set a default directory?
It's better to use <input type="file"/>, other controls are ok too.
html5likeimages,documentsormoviesas default. But even if it is now possible, defining a whole path likeC:\My Documents(i hope it is not possible) would not make much sens, because the path could change from system to system.