Aurigma Image Uploader 6.0 Dual has a number of changes since Aurigma Image Uploader 5.7 Dual. It supports many more features and API improvements, including the backward incompatible ones.
This topic discusses how to upgrade from Aurigma Image Uploader 5.7 Dual to Aurigma Image Uploader 6.0 Dual.
In short, you should follow these steps to upgrade from Aurigma Image Uploader 5.7 Dual to Aurigma Image Uploader 6.0 Dual:
Image Uploader provides a possibility to display special screens instead of the ActiveX control while it is downloading or installing. To implement this you just need to link the iuembed.InstallationProgress.js file with your Image Uploader embedding script and write at least five code lines. Find details in the Using Image Uploader Installation Progress topic.
The table below contains a list of obsolete members of Image Uploader.
Member Name | Comments |
---|---|
ImageUploader.AdditionalFolderNavigator | Eliminated. Use the ShellComboBox.ParentControlName property to bind ImageUploader and ShellComboBox. |
ShellComboBox.AdditionalFolderNavigator | Eliminated. Use the ShellComboBox.ParentControlName property to bind ImageUploader and ShellComboBox. |
ButtonFontName | Eliminated. Use the ButtonFont and PaneFont properties instead. |
ButtonFontSize | Eliminated. Use the ButtonFont and PaneFont properties instead. |
CheckFilesBySelectAllButton | Default value was changed to true . |
MessageRedirectText | Eliminated because it is not necessary for localization of Image Uploader. |
UploadThumbnailXXX | The index of upload thumbnail list was changed to one-based. |
EnableFileViewer | When this property is false , double-clicking files does not add them to the upload list. |