Description of the specified item of the upload list.
getImageUploader("ImageUploaderID").setUploadFileDescription(Index, value); value = getImageUploader("ImageUploaderID").getUploadFileDescription(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].
A string value that specifies a description of the specified upload list item.
When this property is modified, appropriate description field will be displayed under the item (if description is visible) and uploaded to the server.
Even if the description is invisible or read-only, you can change it via this property using JavaScript.