-
-
Save sunxboy/6c13cf0cf146e777f5dbccb9554d15ac to your computer and use it in GitHub Desktop.
spring mvc upload file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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