The UploadedFileCollection type exposes the following members.

Properties

  NameDescription
AllKeys
Gets a string array that contains all <INPUT TYPE="FILE"> field names with which all uploaded files are associated.
Count
Gets the number of UploadedFile class instance that is containing in the UploadedFileCollection.
(Overrides NameObjectCollectionBase..::.Count.)
ItemOverloaded.
Gets an individual UploadedFile object from the files collection. This property is overloaded to allow retrieval of UploadedFile objects by either name or numerical index.

See Also