nodejs如何实现通过文件路径上传文件
参照命令如下:
curl -i -X PUT https://s3.test.5th.im/ --upload-file temp.png
superagent.post(’’).attach(filepath)