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

folderPane.goToPreviousFolder Method

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Navigates to the previous folder.

Syntax

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

Return Value

Type: Boolean

true if the operation is succeeded; otherwise, false. For example, it will return false if a user did not navigate any folder yet (i.e. the control is just loaded).

Remarks

Note

Image Uploader does not store a history of visited folders. Thus, you can navigate only to one previous folder. If you call this method twice, you will be moved back to the current folder.

See Also

Reference