<input type="file" value="vordefinierterWert"...
In der HTML 4.01 Spezifikation[1] ist diese Möglichkeit zwar prinzipiell vorgesehen, die meisten Browser ignorieren den value eines <input type="file"> aber aus Sicherheitsgründen. <input type="file" value="/etc/passwd">...
[1] "User agents may use the value of the value attribute as the initial file name."
http://www.w3.org/TR/html4/interact/forms.html#h-17.4.1