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

Uploader.EnableUploadProgress Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether the uploading files dialog is shown during the upload.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property EnableUploadProgress As Boolean
C#
public bool EnableUploadProgress { get; set; }

Property Value

Type: System.Boolean

If true, the uploading files dialog is displayed; otherwise, this dialog is hidden. However, there are alternative ways to indicate the upload progress:

Default value is true.

See Also

Reference