Skip to content

Instantly share code, notes, and snippets.

@Raouf25
Last active April 10, 2020 16:01
Show Gist options
  • Save Raouf25/d9c8dfeb5258bb67618fed8925708047 to your computer and use it in GitHub Desktop.
Save Raouf25/d9c8dfeb5258bb67618fed8925708047 to your computer and use it in GitHub Desktop.
for (final MultipartFile file : files) {
try {
carService.saveCars(file.getInputStream());
} catch (IOException e) {
e.printStackTrace();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment