This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.UploadThumbnail2CopyIptc Property

Supported in: ActiveX , Java

Switch that specifies whether the second thumbnail should contain IPTC metadata copied from the original file.

Syntax

Initialize

JavaScript
<script type="text/javascript" src="iuembed.js">  </script>
<script type="text/javascript">
var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500);
//...other params...
iu.addParam("UploadThumbnail2CopyIptc", "false");
//...other params...
iu.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getImageUploader("ImageUploaderID").setUploadThumbnail2CopyIptc(value);
value = getImageUploader("ImageUploaderID").getUploadThumbnail2CopyIptc();

Property Value

A boolean value (true or false). If true, the IPTC information is copied from the source file. Otherwise, only the image (without metadata) will be sent.

Default value is "false".

See Also

Manual

Reference