i'd like to use a file input field <INPUT id="File1"
type="file" name="File1"> where the user can select a
file. if the filename is entered manually or by browsing i
can access the filename by the value property. but i also
like to set the value to different default values by
clicking on different buttons. but setting the value with
File1.value = "TEST"; during runtime does not work. the
field stays empty.
how can i change the value of the file input field?
thanks
enrico
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
"Enrico Lyb" <l...@vepro.com> wrote in message
news:060001c2cb81$de3d1540$d3f82ecf@TK2MSFTNGXA10...