![]() | 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. |
![]() | The total number of bytes received for the upload so far. |
![]() | The total number of bytes expected for the uploaded. |
![]() | The client-side filename (not including path) of the file currently being received. |
![]() | If an exception that was not an UploadException while processing the upload, that exception. Otherwise, null. |
![]() | The number of file bytes received for the upload. |
![]() | A collection of the UploadedFile objects associated with the the upload. |
![]() | The fraction (between 0.0 and 1.0) of the upload that has been received. |
![]() | A serializable object representing the processing state for the upload request. |
![]() | If an UploadException (or subclass) was thrown while processing the upload, that exception. Otherwise, null. |
![]() | The status of the upload as a member of the UploadStatus enumeration. |
![]() | The time since the upload started. |
![]() | An estimate of the time remaining until the upload is complete. |
IUploadProgressState Interface | Brettle.Web.NeatUpload Namespace