Hi All,
I am using php to create a Webservice API calls.
I am checking all the service calls in Chrome's Postman and sending the data in JSON format.
I want to upload an image in JSON format with other datas.Actually I have converted the image to base64 before uploading.Its working fine.But I have found in some posts , there may be a chance of data loss if we upload High definition images.
I want to know that is there any other way to upload images as JSON in postman.