$fetch
How do I add FormData (containing uploaded images) in a $fetch post request? I have gone through the documentation nothing was said about this.
I just want to send the image to the backend api to upload it. I usually use axios for this but the nuxt offical documentation recommends using $fetch.
2 Replies
@TechieStephen e.g.:
thanks so much though i ended up using axios but I will try this out