image upload using multipart retrofit 2
问题 Actually, I'm new in this field.facing some problem during image upload.the process automatically suspended after some time.I am attaching my code below.Please anyone helps me to solve this problem. ServerResponse.java public class ServerResponse { // variable name should be same as in the JSON response from PHP @SerializedName("success") boolean success; @SerializedName("success_msg") //@SerializedName("message") String message; String getMessage() {return message; } boolean getSuccess() {