Click or drag to resize
UploadedFileCollection Class
Provides access to and organizes files uploaded by a client.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Kettic.AspNet.ControlsUploadedFileCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class UploadedFileCollection : CollectionBase
Properties
Remarks
Clients encode files and transmit them in the content body using multipart MIME format with an HTTP Content-Type header of multipart/form-data. KaxUpload extracts the encoded file(s) from the content body into individual members of an UploadedFileCollection. Methods and properties of the UploadedFile class provide access to the contents and properties of each file.
See Also