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
multipart/f
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