UploadPane.Visible Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a value specifying whether to display the upload pane.

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

Syntax

C#
public bool Visible { get; set; }

Property Value

Type: System..Boolean

If false, the upload pane is hidden.

Default value is true.

Remarks

Sometimes you may want to hide the uploader completely and implement your own user interface (e.g. add two buttons which call addFiles and upload methods and generate a file list using the UploadFileCountChange event). In this case you should set the Visible param of all three panes - UploadPane, TopPane and StatusPane.

See Also

Reference