NeatUpload Documentation

IUploadProgressState.BytesTotal Property

The total number of bytes expected for the uploaded.

long BytesTotal {get; set;}

Property Value

The total number of bytes expected for the uploaded.

Remarks

For non-multi-request uploads, this is determined by the Content-Length header of the request. For multi-request uploads, it is determined by the total of the sizes in the file sizes field in the initial request. It may go up when the final regular form submission request is received, since it's Content-Length header will then be added.

See Also

IUploadProgressState Interface | Brettle.Web.NeatUpload Namespace