0

How can I pass this form data in postman?

enter image description here

I have tried this way and did not work:

enter image description here

1 Answer 1

1

https://stackoverflow.com/a/16104139/6793637

you should check this post and https://laracasts.com/discuss/channels/javascript/formdata-append-javascript-array-jsonstringify-how-to-cast-as-php-array?page=1

i think you should use JSON.parse(FOrmadata.field) in the server to convert the passed formData field to array

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.