Forum Discussion

MSharma's avatar
MSharma
New Contributor
7 years ago

How to pass an image in a JSON for a HTTP POST?

Hi,   I'm trying to run a HTTP POST request with the following json data   { "userId":"something", "userImage":"" }   the userImage is supposed to contain an actual image here. How can I ach...