|
This class encapsulates all the files within a file upload. It
is designed to mimic the functionality of the HttpFileCollection
you would normally obtain from the HttpRequest class.
You cannot create an UploadedFileCollection object directly. You
must obtain it from the Files property of an Upload object.
Inherits From: NameObjectCollectionBase
Namespace: WebSupergoo.ABCUpload6
Assembly: ABCUpload6.DLL
| Method
|
Description
|
| GetKey
|
Returns the name of the UploadedFileCollection member with the
specified numerical index. |
| Property
|
Description
|
| AllKeys
|
Gets a string array containing the keys (names) of all members
in the file collection. |
| Item
|
Gets an individual UploadedFile object from the file
collection. |
|