标签: ionic2 ftp
这是文件上传代码。
this.fTP.upload(localpath,remotepath).subscribe(result => { alert(result); if(result==1){ alert("done"); } })
在收到消息“完成”后收到警报,获取错误如下图所示。如果有人有任何想法。请帮忙。