NeatUpload Documentation

IUploadProgressState.BytesRead Property

The total number of bytes received for the upload so far.

long BytesRead {get; set;}

Property Value

The total number of bytes received for the upload so far.

Remarks

This includes FileBytesRead as well as all other bytes included the upload (e.g. other form fields or file fields that are not processed by the module.

See Also

IUploadProgressState Interface | Brettle.Web.NeatUpload Namespace