chasemiller
2 years agoNew Contributor
Sendinding a CSV file in a Post request
I have a csv file I'm trying to send to a Springboot application. It's a end point defined as: @RequestParam("file") MultipartFile file When I send a file from Soup UI, I get this error back: ...
- 2 years ago
I needed to change my contentID to say file. Problem solved