n sqlite instead of storing image as text you can store it in blob format. When transferring that blob data to server change the blob data to base64 encoded string format. In server side change the base64 format to byte to image. It works fine for me