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.

Overload List

  NameDescription
Item[([(Int32])])
Gets the UploadedFile object with the specified numerical index from the UploadedFileCollection.
Item[([(String])])
Gets the UploadedFile object with the specified name from the file collection.

See Also