
Beta 2 has been released! This version adds some new functionality and corrects several issues found in v2.1.0 Beta 1 and older versions of SWFUpload.
The demos and documentation have been updated as well.
Changes: (changelog.txt)
New Features
- Added addPostParam and removePostParam functions that allow add/removing post params without having to send the entire post params object.
- Added requeue_on_error setting that allows you to "try again" if an upload fails. This feature can conflict with the Queue Plugin. Read the docs.
- New SWFObject plugin which improves Flash Version detection and embedding. Also adds a "load failed" event and Dom Ready functionality. This plugin replaces the Graceful Degradation plugin, DomReady plugin and Flash Detection Kit plugin.
- Added Demos for SWFObject plugin, CookieBug and a VB.Net version of the Application Demo.
Bug Fixes
- Fixed & not being removed from post params
- Fixed file param debug output showing 'undefined'
- Added workaround for file param names triggering a Flash Player bug.
- Fixed upload_url_missing error state so it is detected more reliably
- Fixed file params not being sent when useQueryString is used
- Changed the internal behavior of HTTP errors and IO errors
Not Fixed
- Mac OS issue with 302 redirects and subdomains are Flash Player bugs. It looks like this also affects the Linux Flash Player.
- Missing button text in the File Dialog in OS X is a Flash Player bug.
- Empty post params are not sent with the upload. This is a Flash Player plug.

The SWFUpload demos have been updated to the latest build. These are more up to date than those that come in the download package.
The SWFUpload.SWFObject plugin while appear in v2.1.0 final release and a demo has already been posted. This plugin provides the ability to detect flash early and update the page before it is displayed thus eliminating the "flicker" that is seen with the Graceful Degradation plugin.
The v2.1.0 Beta 2 will be released soon. There are still some outstanding issues that need to be addressed. Expect it in the next week or so.

SWFUpload v2.1.0 Beta has been released and is available for download at http://swfupload.googlecode.com.
This release features a code rewrite headed up by a new project member, Batiste. This reduces the amount of code in SWFUpload, improves code reuse, will help reduce bugs and ease maintenance.
The SWFUpload v2 Public API has remained unchanged. However, what is private and public has not been well defined so testing is needed when upgrading to v2.1.0.
All JavaScript in the project has been checked through JSLint.com and general quality and consistency improved.
A few new requested features have been introduced.
The online demos and documentation have not been updated v2.1.0.
Change Log:
http://swfupload.googlecode.com/svn/swfupload/tags/swfupload_v2.1.0_beta...

I have to apologize to the 436+ people that downloaded the v2.0.2 release of SWFUpload.
I turns out my IDE does not remember the Debug/Release setting and I released a Debug build of the SWF files. Fortunately this will only affect users that have the Debug version of the Flash Player so most users won't be affected.
New packages have been posted here and at http://swfupload.googlecode.com. Everyone is encouraged to use the Release version.

SWFUpload v2.0.2 has been released. It has available for download at http://swfupload.googlecode.com.
This release updates the documentation, fixes some issues in v2.0.1 and adds unit detection to the file_size_limit setting.

SWFUpload v2 is finally being released. We've worked hard to get this ready. It's not quite ready but with the Holiday Season coming up we didn't want to wait too much longer.
There are many improvements and bug fixes. The SVN repository has been updated and the files have been posted to the site.
I've had a little trouble getting the download page to work properly so bare with me. But if you go to the the "All Releases" link you can find info and downloads for v2.0.1
Documentation is available for this release. We hope to have more and would welcome any volunteers what would like to expand our documentation or correct what is already there.
Demos: demo.swfupload.org
Documentation: demo.swfupload.org/Documentation
SVN: swfupload.googlecode.com/svn

We are happy to announce the pre-release of SWFUpload v2.0. The demos are not completely polished yet and the documentation is not complete but we wanted to get SWFUpload v2.0 into your hands sooner than later.
SWFUpload v2.0 is a powerful Flash & JavaScript upload control. It provides features such as client-side file size checking, progress bars, XHTML & CSS integration and multiple file uploads. SWFUpload is compatible with modern browsers that support the Flash 8 & 9 players.
Main Features
Changes Since Revision 6.2
Changes Since SWFUpload v1.0.2
SWFUpload v2.0 is a significant change from v1.0.2. The API has completely changed. The events have changed substantially. The bugs that plagued v1.0.2 have been fixed and many of the most requested features have been added.
Plugins
Several plugins are available with SWFUpload v2.0. These include:
SWFUpload.Queue
Adds features for queue handing. Primary features are: Upload the entire queue. Cancel the entire queue.
SWFUpload.v102
A compatibility plugin for SWFUpload v1.0.2. All events and Methods from v1.0.2 are emulated. Using this plugin you should be able to drop SWFUpload v2.0 in a v1.0.2 website.
SWFUpload.DocumentReady
An attempt to load SWFupload as soon as the DOM is ready in any browser. This plugin may improve perceived performance of SWFUpload loading for some sites. Needs testing.
SWFUpload.GracefulDegradation
Restores graceful degradation functionality found in the Revisions of SWFUpload.
SWFUpload.DetectionKit
Soon to be released plugin that implements Adobe's Flash Detection Kit for SWFUpload. This will provide robust Flash Version detection with the option to prompt users to upgrade their Flash Player.
SWFUpload.Cookies
A plugin that automatically collects the cookies from the browser and adds them to the post_params. This is to assist in working around the Flash Player Cookie Bug.

Welcome to the new SWFUpload website. This provides a lot more functionality than the original one and will be a great place for the new 7.0 revisions. Some improvements are as follows...