android - Retrofit 设置上传图片类型为image/png 后台接收类型却为Application/json?
怪我咯
怪我咯 2017-04-18 09:03:51
0
1
1360

File imageFile = new File(imagePath);

    ToolUtils.Log("imageFile = "+imageFile.getPath());
    String imageName = splitPath(imagePath);
    RequestBody requestBody = RequestBody.create(MediaType.parse("multipart/form-data"),imageFile);
    //RequestBody requestBody = RequestBody.create(MediaType.parse("image/jpg"),imageFile);
    
    两种方式构建RequestBody对象php后台得到的type都为applicattion/json
    是否是因为.addConverterFactory(GsonConverterFactory.create())的原因?
怪我咯
怪我咯

走同样的路,发现不同的人生

모든 응답(1)
巴扎黑

Retrofit 버전을 확인하세요. 버전 2.X에서 이미지 업로드 방법이 변경되었습니다. MultipartBody.Part를 다음과 같이

사용하세요. 으아악
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿