Skip to content

Instantly share code, notes, and snippets.

@sunxboy
Created July 21, 2018 01:04
Show Gist options
  • Save sunxboy/6c13cf0cf146e777f5dbccb9554d15ac to your computer and use it in GitHub Desktop.
Save sunxboy/6c13cf0cf146e777f5dbccb9554d15ac to your computer and use it in GitHub Desktop.
spring mvc upload file
@requestMapping(value="/upload",mmethod=requestMethod.post)
public ImportResult uploadCsv(@RequestParam("file") MultipartFile multipartFile) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment