Gets or sets a value specifying whether to display the upload pane.
public function getVisible() { } public function setVisible($value) { }
Type: boolean
If false
, the upload pane is hidden.
Default value is true.
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.