Index of the upload list item which is represented with this Thumbnail control.
getImageUploader("ThumbnailID").setIndex(value); value = getImageUploader("ThumbnailID").getIndex();
A positive integer value that returns an index of this thumbnail in the upload list.
You can use this value to access all necessary data of the upload list items (through UploadFileXXX
properties).