Nuxt async file send form: All data received only Upload file is empty

Hi @Zumrad

Try as I might, I cannot seem to get this form to work :confused:

Have a look at Netlify form with input type="file" + Nuxt.js return 404 thought, as this form (with the modification in post #3) does work (I believe it is taken from How to Integrate Netlify Forms in a Vue App initially.)

I added the extra fields you use to the form (and used v-model instead of @input) along with adding the relevant values to the functions/data, and it works fine. It does use axios, so remember to add this to your project first.