FORMFILE v17
This function and procedure generates the <INPUT>
tag with TYPE="file"
. This tag allows the user to select files whose contents can be submitted with a form.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
cname | The value for the NAME attribute |
caccept | A comma-seperated list of MIME types for upload |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters