December 1999
Intermediate to advanced
95 pages
2h 34m
English
<input type=file> — NN: 2, 3, 4 • MSIE: 2, 3, 4, 5 • HTML 4 • WebTV • Opera3
<input type=file>
Within a <form>, allows users to submit
external files with their form submission. It is accompanied by a
“browse” button when displayed in the browser.
accept=MIME typeSpecifies a comma-separated list of content types that a server processing the form will handle correctly. It can be used to filter out nonconforming files when prompting a user to select files to send to the server.
name=textAssigns a name to the control.
value=textSpecifies the initial filename to be submitted.
Read now
Unlock full access