Version number of Image Uploader installed at current machine.

Syntax

Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
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. 4, 0, 21, 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

Examples
Updating Image Uploader on the Client Side