ImageUploaderFlash.EnableAddingFiles Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets or sets a value indicating whether the button which shows the Open File dialog is enabled.

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

Syntax

C#
public bool EnableAddingFiles { get; set; }

Property Value

Type: System..Boolean

If true, a user can add files to the Upload Pane. Otherwise, files cannot be added.

Default value is true.

See Also

Reference