How to upload image using raw in POSTMAN? How to upload image using raw in POSTMAN? django django

How to upload image using raw in POSTMAN?


When i'm using the image upload, i encoded the image using base64,and that encoded string is passed as json string.In the backend we can decoded the string and make the image.Try this, i think it works.