小编mah*_*anq的帖子

需要帮助POST多个图像文件使用改造?

如何使用改造在同一参数上添加多个图像/文件以及其他文本数据?

Single image is uploading perfectly using following interface
    @Multipart
    @POST("/users/updateProfile/")
    public void updateProfileWithImage(
                    @Part("user_id") TypedString first_name,
                    @Part ("image") TypedFile image, 
                    Callback<WebResponse> callback);
Run Code Online (Sandbox Code Playgroud)

android retrofit

13
推荐指数
2
解决办法
6378
查看次数

标签 统计

android ×1

retrofit ×1