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

Danny Dainton
  • 23,069
  • 6
  • 67
  • 80

1 Answers1

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

PDHide
  • 18,113
  • 2
  • 31
  • 46