Solutionunvalidated
How about using the `MultipartFile.transferTo(Path dest)` method? Tension: This method reads and writes files using a buffer. Outcome: file.transferTo(fileName);.
0a9bbb59-60e8-4d04-b16a-4a580143750e
How about using the MultipartFile.transferTo(Path dest) method? Tension: This method reads and writes files using a buffer. Outcome: file.transferTo(fileName);.