Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 3630

How to send array of object using postman as a formdata

$
0
0

I am trying to send an array of the object as a form-data using postman. But it's not working. I follow this link in StackOverflow...But it's worked for mt.

enter image description here

When I send my category like this it's sent like this:- Category returns null property.enter image description here

This should be like this. I got this screenshot when I was passing data application/JSON.enter image description here

But now I need to send an image with my req, I need to send my req as a form/data. But My Category object array is not passing the way I want, Or the way my system wants. I really need your help. Thank you.


Viewing all articles
Browse latest Browse all 3630

Trending Articles