The problem of uploading video files by vue

clipboard.png

clipboard.png

clipboard.png

clipboard.png

clipboard.png

php

clipboard.png
is empty

Mar.21,2021

is headers: {'Content-Type':' multipart/form-data'} not defined?

//  data fd
function uploadAttachment (data) {
  return axios({
    url: '',
    method: 'POST',
    headers: {'Content-Type': 'multipart/form-data'},
    data
  })
}
Menu