I have been using "Nuxt Api Party" in my project for a while now, but I have encountered a problem with sending multiple images.
The problem occurs whenever I try to send multiple images. The "Nuxt Api Party" form data serialises my Formdata and only adds the first image in my request and disregards the rest as shown in the screenshot below:
even though I have added two images (below is the console log for Formdata values):
I have been stuck on this problem for awhile now, is there a way to send multiple images or files ?
Any help is much appreciated, thanks.
I have been using "Nuxt Api Party" in my project for a while now, but I have encountered a problem with sending multiple images.
The problem occurs whenever I try to send multiple images. The "Nuxt Api Party" form data serialises my Formdata and only adds the first image in my request and disregards the rest as shown in the screenshot below:
even though I have added two images (below is the console log for Formdata values):
I have been stuck on this problem for awhile now, is there a way to send multiple images or files ? Any help is much appreciated, thanks.
Originally posted by @NebilSahin in https://github.com/johannschopplich/nuxt-api-party/discussions/59