cretueusebiu / vform

Handle Laravel-Vue forms and validation with ease.

Home Page:https://vform.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can not send request array data with file.

phyzerbert opened this issue · comments

Hi, Thanks for this great package. I often used this package for all my projects.
I am trying to upload attachment. And I also have array parameter in my requests.
If i select the file, The request changed to FormData, and the array field was changed to different structure. I will attach screenshot. So i can not get the correct array from the request in backend.

image

But with attachment is not working
image
image

Please take care of this issue.
Thanks

I'm also having the same issue

Anyone ever solved this?

also having this issue

therealparmesh/object-to-formdata#211

It should be an issue with object-to-formdata. I think we can bump to object-to-formdata version 4.4.2 to solve this