如何用curl發送上傳文件的請求

curl -F file=@/Users/wuminzhe/Desktop/a.jpg localhost:3000/v2/upload_audiocurl

file 就是上傳的表單名,能夠改爲你須要的名字
@ 後面就是你要上傳文件的本地路徑url

相關文章
相關標籤/搜索