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

UploadPane Class

Supported in: ActiveX , Java

Standalone upload pane.

For a list of all members of this class, see UploadPane Members.

Remarks

This control can be used to place the upload pane separately from Image Uploader. For example, it is convenient if you would like to add extra HTML between Image Uploader and the upload pane. Another possible use of this control is customization of ThreePanes layout, for example, displaying three columns as three columns.

To associate the UploadPane control with ImageUploader, you should do the following:

  1. Hide built-in upload pane by setting the FolderPaneHeight property to -1.
  2. Put the UploadPane control in the necessary part of page.
  3. Set the ParentControlName property to the name of the ImageUploader you would like to associate it with.

This control is not the only way to customize upload pane. You can have more control by building the upload pane in HTML/JavaScript. To do it, use the Thumbnail control.

See Also

Manual