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

ImageUploader.GoToParentFolder Method

Supported in: ActiveX , Java

Navigates to the parent folder.

Syntax

JavaScript
getImageUploader("ImageUploaderID").GoToParentFolder();

Return Value

A boolean value (true or false) which specifies whether it succeeded (true) or not (false). It will fail if the current folder is the Desktop node of the folder tree (which is always the root node).

See Also

Manual

Reference