How do i upload an image link using rest api . Am able to upload other data but images which is a link isn’t working
Thanks for this. I actually added this code on my headers ‘Content-Length’: Buffer.byteLength(JSON.stringify(data)).toString()
How do i upload an image link using rest api . Am able to upload other data but images which is a link isn’t working
Thanks for this. I actually added this code on my headers ‘Content-Length’: Buffer.byteLength(JSON.stringify(data)).toString()