nodejs如何实现通过文件路径上传文件
参照命令如下:
curl -i -X PUT https://s3.test.5th.im/ --upload-file temp.png
superagent.post(’’).attach(filepath)
CNode 社区为国内最专业的 Node.js 开源技术社区,致力于 Node.js 的技术研究。
superagent.post(’’).attach(filepath)