uh... it wouldn't be stored in $_POST['File1'] ... it'd be available through $_FILES['File1']['name'], however, the file would have already been uploaded to your server..
hmm well, doing a quick check in the Javascript standards, File form elements, have a value, that is read-only. It cannot be set by a script, nor present in the html.
Oh.Ok Thanks
From where are you referring the Javascript standards ? W3.org ?
I normally check netscape since they are the ones who defined it.
W3C just mentions that VALUE is optional. It doesn't say anything specific to FILE