This documentation is for the old version. Go to the latest Upload Suite docs

UploadSettings.ProgressBytesMode Property

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.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

Visual Basic
Public Property ProgressBytesMode As ProgressBytesMode
C#
public ProgressBytesMode ProgressBytesMode { get; set; }

Property Value

Type: Aurigma.ImageUploaderFlash.ProgressBytesMode

The progress bytes estimation mode.

Default value is ByPackageSize.

Remarks

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.

See Also

Reference