摘要: .net core 后台开发好文件上传接口后,用httpclient测试上传文件是可以正常接收,说明后台接口是没有问题的,但是在postman里使用form-data表单选择文件提交时后台总是获取不到IFormFile, 即使在headers中加上Content-Type:multipart/for 阅读全文
posted @ 2021-01-19 10:59 mingjian_zhang 阅读(813) 评论(0) 推荐(0) 编辑