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

ImageUploader.Version Property

Supported in: ActiveX , Java

Version number of Image Uploader installed at current machine.

Syntax

Get/Set Value in Runtime

JavaScript
value = getImageUploader("ImageUploaderID").getVersion();

Property Value

A string value that contains Image Uploader version in the following format: major_version, minor_version, revision_number, build_number. E.g. 6, 0, 10, 0.

Remarks

You can use it to validate Image Uploader version in the script (e.g. propose the user to update it if necessary).

See Also

Manual