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
Examples
Customizing Upload PaneMultiple Descriptions Sample
Reference
UploadFileAngle PropertyUploadFileCount Property
UploadFileCountChange Event
UploadFileDescription Property
UploadFileFocused Property
UploadFileFormat Property
UploadFileHeight Property
UploadFileHorizontalResolution Property
UploadFileName Property
UploadFileRemove Method
UploadFileSelected Property
UploadFileSize Property
UploadFileType Property
UploadFileVerticalResolution Property
UploadFileWidth Property
Index Property