I am working on a module in which user can upload the image to the server. To achieve this, I have to change selected image into Base64. After conversion, I have to use Jso
Please assign encoded value to used params
encodedString = Base64.encodeToString(b,Base64.DEFAULT); Log.e("LOOK", encodedString); new PostImage().execute(encodedString);