android send bitmap as multipart to server using retrofit

www.lau‮utt‬ri.com
android send bitmap as multipart to server using retrofit
RequestBody reqFile = RequestBody.create(MediaType.parse("image/*"), f);
MultipartBody.Part body = MultipartBody.Part.createFormData("upload", f.getName(), reqFile);
Created Time:2017-10-08 20:46:06  Author:lautturi