Android : Unable to upload multipart Image file using Retrofit 2.0.0 beta 2
问题 Hi I am unable to upload an image using retrofit 2.0.0-beta2. It gives me "Image missing" error. Although I checked that file exist in system and also if I show in an Image view it is showing properly. URL on which it needs to be uploaded : http://mywebsite.com/signature/upload/ So my BASE_URL is = http://mywebsite.com/ my .gradle file has this : compile 'com.squareup.retrofit:retrofit:2.0.0-beta2' compile 'com.squareup.retrofit:converter-gson:2.0.0-beta2' compile 'com.squareup.okhttp:logging