HTML File Select Input
The HTML File Select tool generates the code necessary to create an HTML input tag with a type of file using the HTML <input> tag. The following options are available via the tool:
Name: This determines the name of the input tag.
Width: This determines the width of the input tag.
Initial State: This determines whether the tag is initially disabled or not.
The following is an example of the output generated by the HTML file select
tool:
<input type="file" name="fselect" value="" width="100">