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

ImageUploader.UploadFileGuid Property

Supported in: ActiveX , Java

Unique identifier of the specified item in the upload list.

Syntax

Get/Set Value in Runtime

JavaScript
value = getImageUploader("ImageUploaderID").getUploadFileGuid(Index);

Parameters

Index

A positive integer which specifies an index of the upload list item (i.e. the upload file). An index is 1-based. In other words valid value is in range [1, UploadFileCount].

Property Value

A string value containing GUID that identifies this item.

Remarks

Use this property to associate an upload item with a standalone Thumbnail control. Just assign it to the Thumbnail.Guid property.

See Also

Manual

Reference