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

Thumbnail Class

Supported in: ActiveX , Java

Standalone thumbnail bound with some upload list item of Image Uploader.

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

Remarks

This control can be used to build custom upload list. For example, you can add extra fields for each item or design new upload list layout.

The idea is the following:

  1. Insert this control instance to the necessary position in HTML.
  2. Associate the control with an instance of ImageUploader which contains the upload list where to bind items from. You can do it using the ParentControlName property.
  3. Bind the control with some item from the upload list using the Thumbnail.Guid property.

See Also

Manual