i want to upload image using okhttp but i am not able to find MultipartBuilder for Post Image.What can i use instead of this.
Here is my code
You need to Use
new MultipartBody.Builder()
Instead of
new MultipartBuilder()
Its working