Aurigma Image Uploader 6.5 Dual
ImageUploader.UploadFileDescription Property
Description of the specified item of the upload list.
Syntax
Get/Set Value in Runtime
JavaScript
getImageUploader("ImageUploaderID").setUploadFileDescription(Index, value);
value = getImageUploader("ImageUploaderID").getUploadFileDescription(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 that specifies a description of the specified upload list item.
Remarks
When this property is modified, appropriate description field will be displayed under the item (if description is visible) and uploaded to the server.
See Also
Manual
Reference
- UploadFileAngle Property
- UploadFileCount Property
- UploadFileCountChange Event
- UploadFileFocused Property
- UploadFileFormat Property
- UploadFileGuid Property
- UploadFileHeight Property
- UploadFileHorizontalResolution Property
- UploadFileName Property
- UploadFileRemove() Method
- UploadFileSelected Property
- UploadFileSize Property
- UploadFileType Property
- UploadFileVerticalResolution Property
- UploadFileWidth Property
- Index Property