Android开发中Post方式上传文件(头像之类的)

/** * 文件上传 * @param actionUrl:上传接口地址 * @param files:需上传的文件集合 * @return * @throws IOException */ public static String upLoadFilePost(String actionUrl, Map<String, File> files) throws IOException
相关文章
相关标签/搜索