为了账号安全,请及时绑定邮箱和手机立即绑定

关于Upload上传功能 antd

关于Upload上传功能 antd

天涯尽头无女友 2018-11-13 12:42:59
前端这边上传成功,接口状态都200了,但是后台同事在服务器里面找不到前端上传成功的文件,不知为什么const props_ = {  name: 'file',  directory: true,  action: 'http://172.16.238.58:10304/ssgz/swagger-UploadhjCCB',   onChange(info) {    if (info.file.status === 'done') {       message.success(`${info.file.name} 文件上传成功`);     } else if (info.file.status === 'error') {       message.error(`${info.file.name} 文件上传失败`);     }   }, }; render() { return (   <Upload {...props_}>      <Button>        <Icon type="upload" />上传     </Button>    </Upload>  ) }
查看完整描述

1 回答

?
泛舟湖上清波郎朗

TA贡献1818条经验 获得超3个赞

后端接口也返回200的话,感觉应该是后台问题,让后台打印日志看看

查看完整回答
反对 回复 2018-11-13
  • 1 回答
  • 0 关注
  • 735 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信