stream « MVC « Spring Q&A





1. Using Spring, how can I flush the output stream and also return the modelview?    stackoverflow.com

I'm currently using Spring MVC. What I'm looking to do is have a web page where once the user submits a form, the controller writes a file to the output stream ...