This documentation is for the old version. Go to the latest Upload Suite docs

folderPane.goToParentFolder Method

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Navigates to the parent folder.

Syntax

JavaScript
$au.uploader('uploaderID').folderPane().goToParentFolder();

Return Value

Type: Boolean

true if the operation is succeeded; otherwise, false. For example, it will fail if the current folder is the Desktop node of the folder tree (which is always the root node).

See Also

Reference