I'm using the new Uploadify (3.0) and here are a few bugs:
I don't understand the fileSizeLimit.. Is it in bytes or megabytes ? If I set 50 (for 50mb), sometimes a file of 5mb will be ok and sometimes not. Some files of 800mb will works and some aren't. I really don't get it. I tried in bytes but it only allow all the files, I even tried with a file of 1.5gb so I don't think that it's in bytes.
I set *.* (All files) and when a .exe is selected, it always throw me an error of file size limit exceeded ? No matter what the size is. I.E: csstidy.exe is less than 1mb, fileSizeLimit is set to 5000, when I add it to the queue I get "The file "csstidy.exe" exceeds the size limit (5000)."
If you set a limit to the queue and you select too many files, an error will show up saying that some files were not added to the queue due to the queue size limit, but no files will be added to the queue at all.
Even if there are a lot of bugs, this update is useful for me. I always wanted to use Uploadify for Amazon S3 and now it's easy to do. I hope these bugs will be fixed ASAP ;-)
Okay here are some updates, I found out why the fileSizeLimit was acting like that. In fact, you must include the units. For example 2147483648B, 2097152KB, 2048MB, 2GB.