I just installed PHP 5.2 and APC to try and use a file upload progress bar similar to this: http://www.johnboy.com/php-upload-progress-bar/
Works in FF but not in IE. In IE only the numeric value increases and the colored progress bar stays still.
I've also tried 2 other PHP/APC progress bar type things and they are also not supported by IE. Is this possible on IE?
Should I just use a flash file uploader?