or ..
type=file FORM attribute, you can use PUT_FILE to
allow her to upload documents to the server.(it will be saved with an arbitrary name).
files and several
"miscellaneous" input fields (which will be written to the "upload log" file) in one
FORM. In addition, one can include a name field to specify what name to use on
the server. For example, you can include the following in the above FORM:
What name should we use for this file:<br>
<INPUT TYPE="text" name="userfile">
name=xxx shoul be the same as the
name=xxx attribute in the element that contains the
type=file attribute.