Uploadify Version 2.1.1 Released
It's been awhile since we've released any updates to Uploadify. With this latest release comes a few new features and bug fixes.
The biggest fix is probably the issue with not being able to remove queue items that returned errors. That is possible now.
In conjunction with that, we've added the removeCompleted option. By default, when an upload completes, the queue item is removed. If you set removeCompleted to false, the item will remain in the queue minus the progress bar. This is useful for people that want visual confirmations of the uploads.
We've also added a new custom event function called onSWFReady. This option allows you to run a function when the SWF file has successfully loaded.
And finally, I've updated the visual appeal of the plugin. There were some minor updates to the styling of the button including changing the default text to "SELECT FILES" instead of browse. We felt this was a more intuitive label. Also, we've simplified the cancel image and added smoother animation to the progress bar.
One thing that we hope doesn't screw up your implementations is the new requirement of jQuery v1.4.x. We hope this isn't a big deal. Thanks for all your support!

