General Improvements and New Features
-
Now you can display your own messages in the Information Bar.
-
Added the following localizations: Chinese (simplified), Chinese (traditional), Czech, Dutch, French, German, Italian, Japanese, Korean, Norwegian, Swedish, Turkish, Spanish, Hebrew, and Russian.
Bug Fixes
-
Fixed several problems with visual themes.
Bug Fixes
-
Fixed the problem with upload process being stuck if Image Uploader Flash is configured to copy EXIF meta-data to thumbnails.
General Improvements and New Features
-
Improved responsiveness and overall speed of user interface.
-
Image Uploader Flash works with Internet Explorer 9 now.
-
Image Uploader Flash works with Firefox 4 now.
-
Support of EXIF and IPTC metadata.
-
RTL support.
-
Automatic rotation of images based on EXIF metadata.
-
Sending files by chunks.
-
Now the minimum required version of the Adobe Flash Player is 10.1.
GUI Changes
-
Now users can be restricted from changing view in the upload pane by hiding Change View combo box.
-
Upload Pane behavior is slightly changed: now it scrolls down automatically when new files are added to the Upload Pane.
-
Now upload process can be cancelled on "preparing files to upload" stage.
-
The Adding Files dialog has a self-explanatory label now.
-
Now all files from a set selected by a user to add to the Upload Pane are cleared from the Upload Pane if a user clicks Cancel button on "adding files to upload list" stage.
-
Now progress bar indicates files preparing as a part of the upload process.
Bug Fixes
-
The "out of memory" problem, caused by selecting too many files to the Upload Pane, is resolved.
-
The overlay appearing on upload stage is customizable now.
-
Fixed the bug with the AdditionalFormName property.
Licensing
-
Format of license keys has been changed.
API Improvements
Image Uploader Flash API was significantly changed, now it is very similar to API of Image Uploader 7. You can find the full lists of changes in the following articles:
Also, there are some changes which are worth to highlight:
-
The Error event is added. This event fires if some error is occurred during the current upload session.
-
The RestrictionFailed event is added. This event fires if one of selected files does not meet specified restrictions.
-
Now Progress event does not allow to get information about errors occurred during current upload session. Use Error event to get information about errors.
-
The files.remove(Number) method is added. This method allows removing files from the Upload Pane.
-
The codeBase default value is "./Scripts/aurigma.imageuploaderflash.swf" now.
-
POST request format is changed; see the POST Field Reference.
-
The /PHPHLibrary folder is renamed to /PHPClasses.
-
The /ClientScripts folder is renamed to /Scripts.
Bug Fixes
-
Fixed problem with wrong number of converters, which occurred if prototype.min.js was added to the page.
-
Fixed problem with minimum required version of Flash Player, now Image Uploader Flash requires Flash Palyer 10 to be installed.
-
Fixed the problem with the GUI redrawing. Previous versions did not update user interface before the first thumbnails had been finished.
New Features
-
Hebrew localization is added.
-
Save and Cancel buttons in Description Editor are localizable now. Use the descriptionEditor.saveButtonText and descriptionEditor.cancelButtonText properties for this.
GUI Changes
-
The Send button is renamed to Upload.
-
The Stop button is renamed to Cancel.
-
The List View is renamed to Upload Pane.
API Improvements
-
New ListView properties are added:
-
EnableDescription - allows disabling files descriptions;
-
EnableImageRotation - allows disabling image rotation.
Bug Fixes
-
Fixed the problem with Image Uploader Flash ASP.NET control which generated the error while being added to a web form via Visual Studio designer.