I need to upload some captured images to a .net webserver using SOAP request. Since SOAP accepts strings for image files also, I am converting captured image files into string using android.util.Base64 class.
But when converting image files into strings using Base64 encoding format, I am getting an out of memory error.
How can I resolve the out of memory error when converting image files into Base64 format strings?