Vue.js - validation fails for file upload in axios when multipart/form-data used in header

前端 未结 2 1072
悲&欢浪女
悲&欢浪女 2020-11-29 13:06

I am building a Laravel+Vue.js SPA (Single Page Application) with BootstrapVue, VeeValidate and axios as the HTTP client.

Inside axios, when I use multipart/f

2条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-29 13:24

    I guess using FormData API would work.

    Below some examples:

    How to post a file from a form with Axios axios post request to send form data

提交回复
热议问题