Name of the ImageUploader control instance this upload pane is associated with.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var up = new UploadPaneWriter("UploadPaneID", 610, 500); //...other params... up.addParam("ParentControlName", ""); //...other params... up.writeHtml(); </script>
getImageUploader("UploadPaneID").setParentControlName(value); value = getImageUploader("UploadPaneID").getParentControlName();
A string value containing a name of the ImageUploader control instance this upload pane is associated with.
Default value is "".
To associate the separate UploadPane control with ImageUploader it is necessary to hide the standard upload pane. To do it, set the FolderPaneHeight property to -1
.
All upload pane settings from the parent ImageUploader will be automatically applied to this UploadPane.