Hello everyone I want to post image and other data through Retrofit2. I am sending data with one image.
All the other info is storing but my image is
there one more simple way to send other data, you can send Hashmap
Hashmap
@Multipart @POST("sign-up") Call getSignUpResponse(@Part MultipartBody.Part file, @PartMap() Map partMap);