Raised when the user goes to another folder from which they will select files for upload.

Syntax

JavaScript CopyCode imageCopy Code
<script type="text/javascript" src="iuembed.js"></script>
<script type="text/javascript">
function ImageUploaderID_FolderChange() {
	//...your code...
}
var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500);
//...params...
//...other event listeners...
iu.addEventListener("FolderChange", "ImageUploaderID_FolderChange");
//...other event listeners...
iu.writeHtml();
</script>

Remarks

This event should be used to update folder pane (visible in TwoPanes and ThreePanes layouts) items when you use the PaneItem API.

See Also

Reference
PaneItemCanBeUploaded Property
PaneItemChecked Property
PaneItemCount Property
PaneItemDesign Property
PaneItemEnabled Property
PaneItemSelected Property