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