Skip to content

Instantly share code, notes, and snippets.

@makensi
Last active December 17, 2015 18:29
Show Gist options
  • Save makensi/5654037 to your computer and use it in GitHub Desktop.
Save makensi/5654037 to your computer and use it in GitHub Desktop.
@RequestMapping(method = RequestMethod.POST, value = "/images", consumes = { "multipart/form-data", "multipart/mixed" })
public void insert(@RequestPart("file") MultipartFile file) throws Exception{
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment