SWFUpload v2.0.2 Release

gyphie's picture

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.

more details about what got updated

all is in the changelog.txt file, but I like to know all this before downloading something Eye-wink

Thanks for that new release...

* --------- Version 2.0.2 -----------
* = Fixed a bug where post params could not be added to the current file (because it is removed from the queue when it becomes current)
* = Fixed a conversion bug when converting kilobytes to bytes in the file size check
* = Fixed a problem in the documentation that said the file_size_limit was bytes when it is acutally kilobytes
* + Added documentation formatting, table of comments, and setting details.
* + Added units for file_size_limit setting. The setting understands B, KB, MB, GB. Default is KB.
* + Added a check for the ExternalInterface functions in flashReady so SWFUpload will not fire the loaded event if those are not available.