Is it possible to add a Body and and Files to a single Axios request in JS?

后端 未结 0 1383
忘掉有多难
忘掉有多难 2020-12-21 10:45

So I am able to send either a file or a body with the POST request below, but how can I send both ?

axios.post("http://localhost:3000/upload", formD         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题