belfortf
Results
2
comments of
belfortf
Hi, using nuxt 3, this doesn't work for me: ``` const formData = new FormData(); Object.keys(fields).forEach((field) => { formData.append(field, fields[field]); }); formData.append('file', new Blob([JSON.stringify(content)], { type: 'application/json' })); //Investigate in...
I'm getting sort of an intermittent behaviour. Most of the time it doesn't work, sometimes it does work.