June 2002
Intermediate to advanced
816 pages
28h 12m
English
HttpFileCollection
This class is a name/value collection of HttpPostedFile instances, which
represents incoming files uploaded by a client (using multipart MIME
and the HTTP content type of multipart/formdata). The HtmlInputFile
class in the System.Web.UI.HtmlControls namespace
provides an easier way to allow a user to upload files.
Public NotInheritable Class HttpFileCollection : Inherits_ System.Collections.Specialized.NameObjectCollectionBase ' Public Instance Properties Public ReadOnly Property AllKeys As String() Public Default ReadOnly Property Item( ByVal index As Integer) As HttpPostedFile Public Default ReadOnly Property Item( ByVal name As String) As HttpPostedFile ' Public Instance Methods Public Sub CopyTo(ByVal dest As Array, ByVal index As Integer) Implements ICollection.CopyTo Public Function Get( ByVal index As Integer) As HttpPostedFile Public Function Get( ByVal name As String) As HttpPostedFile Public Function GetKey(ByVal index As Integer) As String End Class
System.Object→ System.Collections.Specialized.NameObjectCollectionBase(System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.ISerializable, System.Runtime.Serialization.IDeserializationCallback)→ HttpFileCollection
Read now
Unlock full access