my problem was mostly that I was trying to capture...
# spring
p
my problem was mostly that I was trying to capture it as a
@RequestParam
like in the servlets way (and I still recall when I got stuck there for trying to capture files as
@RequestBody
, which is what makes sense :D) thank you!