|
An HtmlInputFile control handles uploading of binary or text files from a client browser to the server.
File-upload works with all HTML 3.2 and later Web clients. Note that the Enctype attribute on the
<form> tag must be set to "multipart/form-data".
The following sample illustrates using the HtmlInputFile control.
VB HtmlInputFile1.aspx
|