Ionic:FTP上传方法问题

时间:2018-06-16 08:08:25

标签: ionic2 ftp

这是文件上传代码。

this.fTP.upload(localpath,remotepath).subscribe(result =>
{
   alert(result);
   if(result==1){
     alert("done");
   }

})

在收到消息“完成”后收到警报,获取错误如下图所示。如果有人有任何想法。请帮忙。 enter image description here

0 个答案:

没有答案