Open 2bright opened 9 years ago
flash模式下,如果picker元素被隐藏(display:none;,有文件正在上传时希望把按钮隐藏掉),上传时下面的代码会报错,无法上传。 this.flashExec = function( comp, fn ) { var flash = me.getFlash(), args = Base.slice( arguments, 2 ); return flash.exec( this.uid, comp, fn, args );//报错flash.exec is undefined };
另外,picker按钮隐藏后再显示,就无法点击了。
flash模式下的WUFile对象与html5模式下的不同,导致FileReader读取文件(fr.readAsDataURL(file.source)) ,报下面的错误. Failed to execute 'readAsDataURL' on 'FileReader': parameter 1 is not of type 'Blob'.