HTML Controls[8]->HtmlInputFile

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.

C# HtmlInputFile1.aspx
Run Sample View Source

posted on 2007-05-14 10:31  改变热爱  阅读(169)  评论(0)    收藏  举报

导航