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 | The client-side filename (not including path) of the file currently being received. |
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. |
FractionComplete | The fraction (between 0.0 and 1.0) of the upload that has been received. |
ProcessingState | A serializable object representing the processing state for the upload request. |
Rejection | If an UploadException (or subclass) was thrown while processing the upload, that exception. Otherwise, null. |
Status | The status of the upload as a member of the UploadStatus enumeration. |
TimeElapsed | The time since the upload started. |
TimeRemaining | An estimate of the time remaining until the upload is complete. |
IUploadProgressState Interface | Brettle.Web.NeatUpload Namespace