Gets or sets a value indicating whether the thumbnail should contain EXIF metadata copied from the original file.
$au.uploader({ converters : [ { //...other params... thumbnailCopyExif: false, //...other params... } ] })Get/Set Value at Runtime
$au.uploader('uploaderID').converters().get(index).thumbnailCopyExif(value); value = $au.uploader('uploaderID').converters().get(index).thumbnailCopyExif();
Type: Boolean
If true
, the EXIF information is copied from the original file. Otherwise, EXIF metadata will not be preserved.
Default value is false.
ActiveX/Java Uploader Express does not preserve EXIF metadata while creating thumbnails. See the Upload Suite Editions topic for details.
This property makes sense only if the mode property has the Thumbnail
value.