Why cannot post whole string of base64 using httpurlconnection? – Photoshop
I want to upload the image to the server. I got the bitmap of the image and encoded it to base64. I convert the base64 of the image to a string using the encodeToString method. I post the string to…