79343692

Date: 2025-01-09 18:40:23
Score: 1.5
Natty:
Report link

Have you read through the Spring docs on Multipart data? This one seems relevant (need to have webflux as a dependency):

Reactive Core::Spring Framework

The DefaultServerWebExchange uses the configured HttpMessageReader<MultiValueMap<String, Part>> to parse multipart/form-data, multipart/mixed, and multipart/related content into a MultiValueMap.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Max