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

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

Leave a Comment