Uploading files with VueJS, axios and Laravel

后端 未结 2 1915
余生分开走
余生分开走 2020-12-19 17:12

Hello I am building one project. Where user can send up to 5 images and up to 10 songs with the text. But when I send request to the server, where I handle with Laravel, I c

2条回答
  •  不思量自难忘°
    2020-12-19 17:50

    Oh yeah! you're missing this part. You need to define this.

    axios.defaults.headers.post['Content-Type'] = 'multipart/form-data';
    

提交回复
热议问题