SWFUpload v2.2.0.1 has been released and is available for download.
Changes in this version:
- Removed requeueUpload feature. This feature will be released in a later version.
Changes in v2.2.0:
- Flash Player 10 Compatibility
- New settings and improved handling for responses without content
- Consistent handling of relative URLs*
- Speed Plugin and Demo
- Improved Plugin architecture
- and more...
- Dropped Flash Player 8 support
- Dropped the v1.0.2 plugin
- Dropped the Graceful Degradation plugin
The demos have been updated to take advantage of the new functionality. The latest down is available at the GoogleCode Project Site.
*This change may break your site if you are using URLs relative to the SWF file (which was the most common use and was the method used in the Demos). Relative URLs are now relative to the document. We still recommend using absolute URLs.
March 30, 2009 - 3:45am
Thx for releasing 2.20. Is it possible for a future version to have language files included? Now everything is hardcoded in English. This would be a nice addon.
March 30, 2009 - 9:54am
I believe the only language hard coded are debug messages and your end users should never see those.
The rest of the UI is up to you to design and display by taking advantage of the events fired by SWFUpload.
The Demos are just for demonstration purposes and should not be used for any production website (e.g., any in the Samples package). We won't be localizing those.
If there is anything that is part of the Core package that needs to be localized we can look at language files or more probably removing it so localization isn't necessary.
March 30, 2009 - 5:50pm
Is re-queue on error still supported?
March 30, 2009 - 9:33pm
Re-queue on error is still supported as before.
We have added a new requeueUpload() method that allows you to requeue any file that has been previously queued (even if it was rejected by the size or queue limit). However, the code didn't get tested before 2.2.0 was release but it didn't get removed either. So 2.2.0.1 removes the code (it was conflicting with stopUpload() and didn't work anyways).
It has already been tested and debugged and will be back in v2.2.1
March 31, 2009 - 10:57am
Just wanted to confirm is that selectFile is working in this version ? / Or do we have to overlay html button with flash button to get this done/ replace HTML button to flash? Please advice what to do in this scenario. Thanks in advance.
March 31, 2009 - 12:14pm
Flash Player 10 broke support for selectFile. You must use the flash button to trigger the File Selection dialog window.
v2.2.0+ supports selectFile() and selectFiles() in Flash Player 9.0.28+ up to but not including Flash Player 10.
However, the Flash button method is supported in both Flash 9 and 10.
March 31, 2009 - 12:19pm
Thanks Gyphie for the info.
May 18, 2009 - 10:49am
Just curious... is there a timeline for 2.2.1? There is currently a 2.2.1 in the svn trunk at this time but no indication of it's stability, but no changes since April 27. Are we getting close? We'd love to have the requeue functionality.
Thanks,
Eli Cochran
The Fluid Project (fluidproject.org)