File input (or "upload") in HTML forms
file input (or upload) in html forms
a
form
in an html document (web page) can contain an input element
with type="file" . this may let the user include one or
more files into the form submission.
the form is often processed so that such file...
www.cs.tut.fi/~jkorpela/forms/file.html
|