NeatUpload Documentation

UploadState Properties

The properties of the UploadState class are listed below. For a complete list of UploadState class members, see the UploadState Members topic.

Public Instance Properties

BytesPerSec An estimate of the number of bytes received during the past second while the upload is in progress. When the upload is finished this is an average over the entire upload.
BytesRead The total number of bytes received for the upload so far.
BytesTotal The total number of bytes expected for the uploaded.
CurrentFileName 
Failure If an exception that was not an UploadException while processing the upload, that exception. Otherwise, null.
FileBytesRead The number of file bytes received for the upload.
Files A collection of the UploadedFile objects associated with the the upload.
MultiRequestObject 
PostBackID 
ProcessingStateDict Processing state objects associated with the upload, indexed by control UniqueID.
Rejection If an UploadException (or subclass) was thrown while processing the upload, that exception. Otherwise, null.
Status 
TimeElapsed The time since the upload started.

See Also

UploadState Class | Brettle.Web.NeatUpload Namespace