This class represents the uploaded data as an array of UploadedFile objects. This array is empty is the upload was cancelled.
The following tables list the members exposed by the UploadedFiles type.
Name | Description | |
---|---|---|
isRequestCompletelyReceived() | Gets a value indicating whether the request is completely received. This method returns false if the upload was aborted.
You can use this method to perform a request integrity check. |
|
fetchNext() | Iterates through the array of UploadedFile objects. | |
getAll() | Returns the whole array of UploadedFile objects. | |
moveFirst() | Moves the cursor to the beginning of the array. |