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)
public bool EnableUploadProgress { get; set; }
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:
true
),Default value is true.