Navigates to the previous visited folder.
Syntax
| JavaScript | Copy Code
|
|---|---|
getImageUploader("ImageUploaderID").GoToPreviousFolder();
|
|
Returns
true or false) which
specifies whether it succeeded (true) or not (false). For
example, it will return false if the 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
Examples
Open File Dialog SampleReference
CanGoToFolder MethodGoToFolder Method
GoToParentFolder Method
Copy Code
Note