UploadSettings.ProgressBytesMode Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

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

C#
public ProgressBytesMode ProgressBytesMode { get; set; }

Property Value

Type: Aurigma.ImageUploaderFlash..ProgressBytesMode

The progress bytes estimation mode.

Default value is ByTotalSize.

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