Uploader.EnableUploadProgress Property ActiveX/Java Uploader ASP.NET

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

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:

  • activate the instant upload mode (i.e. set the UploadSettings.EnableInstantUpload is true),
  • implement a custom upload progress indicator yourself by using the Progress event.

Default value is true.

See Also

Reference