Taken from "HTML 4 Reference":
"The VALUE attribute specifies the name of the initial file, but it is
typically ignored by browsers as a security precaution."
> -----Message d'origine-----
> De : T.Gopalakrishnan [mailto:tgk26@r...]
> Envoy=C3=A9 : vendredi 22 novembre 2002 05:12
> =C3=80 : javascript
> Objet : [javascript] RE: assigning default value to file
> object in html
>
>
> i used
> <INPUT type=3D"file" name"UploadFile1" value=3D"c:\temp.txt">
> but the value is not assigned.
> so how to assign the value.