What's new?
- Events - response data is now passed back through fileCB. When all files are uploaded, the new uploadCB is called. And finally, there's constraintCB.
- Constraints - configure the widget to restrict the size, number and type of files allowed.
- Progress - global upload progress is shown to simplify the feedback given to the user.
- Zip - files are optionally compressed into a *.zip archive before upload. Depending on file type, this saves bandwidth and improves upload speed.

New Code Example
We also added a new code example. File Zipper demonstrates how to zip and upload a complete directory structure.
Stay tuned for more details on the upcoming changes,
Steve
