75767778798081
FileMultipartItem fmi = new FileMultipartItem(helper, boundary, name, f, contentType); append(fmi); } public void append(String name, String value) { append(new ParamMultipartItem(helper, boundary, name, value)); }