UploadSettings.ProgressBytesMode Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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)

Syntax

C#
public ProgressBytesMode ProgressBytesMode { get; set; }

Property Value

Type: Aurigma.ImageUploader..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

Manual