UploadPane.AddFilesButtonText Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets or sets the caption of the button which shows the Open File dialog.

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

Syntax

C#
public string AddFilesButtonText { get; set; }

Property Value

Type: System..String

The caption of the button which shows the Open File dialog. If you pass an empty string, the button will be hidden.

Default value is "+ Add more files".

Remarks

To hide the Open File button, set the caption to the empty string.

See Also

Reference