spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Improve documentaton on controller return values for file downloads

Open verils opened this issue 1 month ago • 4 comments

I've updated the documentation to indicate that a ResponseEntity<Resource> can be returned from a WebFlux controller.

On a separate note, since file uploads and downloads are common requirements in the Spring framework, I believe it would be beneficial to create a dedicated page to guide developers through the process. I'd be happy to create one. What are your thoughts?

verils avatar Nov 05 '25 11:11 verils