uploadifive 上传多文件,在IE浏览器中提示:对象不支持size属性或方法

原因是,jquery.uploadifive.js中的size()不对,应该改为length就可以了

 if ($('#' + settings.queueID).find('.uploadifive-queue-item').not('.error, .complete').size() == 0) {
                            $data.queueComplete();
                        }