Aurigma HTML5/Flash Uploader 8.0.33
converter.thumbnailCopyIptc Property
Gets or sets a value indicating whether the thumbnail should contain IPTC metadata copied from the original file.
Syntax
JavaScript
Initialize
$au.imageUploaderFlash({
converters : [
{
//...other params...
thumbnailCopyIptc: false,
//...other params...
}
]
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').converters().get(index).thumbnailCopyIptc(value);
value = $au.imageUploaderFlash('uploaderID').converters().get(index).thumbnailCopyIptc();
Property Value
Type: Boolean
If true, the IPTC information is copied from the original file. Otherwise, IPTC metadata will not be preserved.
Default value is false.