Update

We've posted a new swfupload.swf for v2.5.0 beta 3 that fixes some issues (we hope).

1. Hopefully resolves #1506 errors
2. Fixed poor memory management of file data loaded when resizing
3. Fixed resized image file names (no more duplicate extensions)

This is available as a separate download at the Google Code site.

----------------------------------------------

We are happy to release SWFUpload v2.5.0 Beta 3.

This adds a couple new things that warranted another beta release:

  • Resized uploads now behave like normal uploads and can be handled with $_FILES (this has lots of benefits).
  • Using a new Alchemy based JPEG encode which is 100 x faster (PNG encode is unchanged).

The Samples package has been updated with a Resize Demo that actually saves images to disk (rather than using session). We hope this will help get you started.

We haven't really tested memory usage and have heard that the JPEG encoder could have memory leaks. So let us know what you find.

Demos are online at http://demo.swfupload.org/v250beta3/

Downloads available at the Google Code site http://code.google.com/p/swfupload/