I keep getting 415, "message": "Content type 'image/png' not supported for bodyType=org.springframework.web.multipart.MultipartFile",
r
Raimund Klein
08/18/2024, 12:52 PM
You're showing us the receiving end. What does the sending side look like?
v
Vedran
08/18/2024, 7:16 PM
i managed to make it work without multipart by just sending base64 string....
I dont know why it did not work but could not waste time on it....
Since I was using webflux, i had to use FilePart I guess,,, not Multipart file