Image upload using okHttp

You need to Use

new MultipartBody.Builder()

Instead of

new MultipartBuilder()

Its working

Leave a Comment