Aurigma Image Uploader 5.0 Dual has a number of changes since Aurigma Image Uploader 4.5 Dual. It supports much more features and API improvements, including backward incompatible ones. Also, one of the important changes is that both ActiveX and Java parts have the same version numbers.

This topic discusses how to upgrade from Aurigma Image Uploader 4.5 Dual to Aurigma Image Uploader 5.0 Dual.

Changes in Image Uploader Licensing

Image Uploader since version 5.0 requires a trial license key to evaluate it. Refer the How to Evaluate Image Uploader topic to find the detailed information about trial license keys.

Steps to Update Image Uploader

In short, you should follow these steps to upgrade from Aurigma Image Uploader 4.5 Dual to Aurigma Image Uploader 5.0 Dual:

  1. Copy new Image Uploader files to the server:
    • ImageUploader5.cab
    • ImageUploader5.jar
    • iuembed.js
  2. Make sure that codebase settings of ActiveX and Java versions are configured properly (i.e. they are pointing to the CAB file and the folder with JAR file).
  3. Review Image Uploader members you are using and make sure that they do not belong to the obsolete members list. If so, change your code to reflect changes in API. Breaking changes of API are described later in this topic.
  4. Update the full license key. Contact sales@aurigma.com for all license upgrade questions.
  5. If you want to use some new features of Aurigma Image Uploader 5.0 Dual check out this documentation. In particular, it is recommended to examine the What's New? topic to see what new features are added and where to read about it more detailed.

List of Breaking API Changes

The table below contains a list of obsolete members of Image Uploader. These members still work (for backward compatibility reasons), however it is highly recommended to get rid of them.

Old Member Name New Member Name Comments
UploadThumbnail1FallbackMode N/A Eliminated. Use the UploadThumbnail1CompressionMode property instead.
UploadThumbnail2FallbackMode N/A Eliminated. Use the UploadThumbnail2CompressionMode property instead.
UploadThumbnail3FallbackMode N/A Eliminated. Use the UploadThumbnail3CompressionMode property instead.
UploadThumbnailFallbackMode N/A Eliminated. Use the UploadThumbnailCompressionMode property instead.

See Also

Manual

Inserting Image Uploader into Web Page
How to Evaluate Image Uploader

Reference

Helper Script Reference (iuembed.js)

Related Links

What's New?