当前位置:   article > 正文

axios配置后,post提交formdata_await axios.post formdata,config

await axios.post formdata,config
var fd = new FormData()
fd.append('file', files[0])
let config = {
    headers: {
        'Content-Type': 'multipart/form-data'
    }
}
axios.post(that.uploadUrl, fd,config).then( res => {
    console.log(res)
}).catch( res => {
    console.log(res)
})
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号