Wait for file reader in a method in Angular 9

前端 未结 0 1783
孤城傲影
孤城傲影 2020-12-01 10:02
for (let file of files) {
     
      var mimeType = file.type;

      this.fileType = mimeType.split(\'/\')[1];

      console.log(mimeType);

      if (mimeType.ma         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题