7071727374757677
return this; } public void append(String name, File f) { String contentType = getContentType(Files.getSuffixName(f)); FileMultipartItem fmi = new FileMultipartItem(helper, boundary, name, f, contentType); append(fmi); }