Simon Blandford writes:
 > This is the present DTML...
 > <input type="file" name="file" size="40"
 >     value="<dtml-var expr="REQUEST.get('file',')" html_quote>"
Probably for security reasons, the browser ignores the initial
value of "file" controls.
Otherwise, it would be quite easy to steal files from
un-cautious users....
Dieter