Multiple files/images request and only 1 file being sent #59
Unanswered
NebilSahin
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi there @NebilSahin, can you please test the latest version of Nuxt API Party? Multiple form data values weren't supported, which is now fixed. Please install v0.21.3. Feedback welcome if that solves your problem. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I'm still facing this issue when uploading multiple files looping through an array. How can I fix this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions