folderPane.showAllowedItemsOnly Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets value indicating whether to display denied files in the folder pane.

Syntax

JavaScript Initialize
$au.uploader({
    folderPane
: {
       
//...other params...
        showAllowedItemsOnly
: true,
       
//...other params...
   
}
})
Get/Set Value at Runtime
$au.uploader('uploaderID').folderPane().showAllowedItemsOnly(value);
value
= $au.uploader('uploaderID').folderPane().showAllowedItemsOnly();

Property Value

Type: Boolean

If true, the folder pane shows only those files which meet the specified restrictions; otherwise, all the files are visible.

Default value is true.

Remarks

This property makes sense if at least one limitation is specified via the restrictions properties.

See Also

Reference

Manual