This documentation is for the old version. Go to the latest Upload Suite docs

UploadedFiles Class

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.

Methods

Name Description
public method 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.
public method fetchNext() Iterates through the array of UploadedFile objects.
public method getAll() Returns the whole array of UploadedFile objects.
public method moveFirst() Moves the cursor to the beginning of the array.