I can verify that this is still a problem with uploadify v2.1.0. I also had to manually change the javascript to report the proper filesize for files reported in MB. The issue has to do with dividing by 1024 instead of 1000 when converting between KB and MB. Here is my code modification to jquery.uploadify.v2.1.0.js: