Recent content by aka001

  1. A

    Android Retrofit: Unable to upload image to server. Uploads 0 kb image when using file_put_contents

    Hi, I am trying to use retrofit to upload an image from the android device to mysql database and server. Below is the java code that I am using for uploading the image: private void uploadImage() { Bitmap fullSizeBitmap = BitmapFactory.decodeFile(pathToFile); Bitmap...