Gets or sets a value specifying how to estimate the total size of the upload session as well as the amount of bytes that have already been sent to a server.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public ProgressBytesMode ProgressBytesMode { get; set; }
Type: Aurigma.ImageUploader..ProgressBytesMode
The progress bytes estimation mode.
Default value is ByPackageSize.
This property determines how to estimate the total size of the upload session as well as the amount of bytes that have already been sent to a server. These data are used in the uploading files dialog and the Progress event.