quick&easy: Deliver a generated file to the browser without writing to the server file system
Another day, another post about play!… When you extend from play.mvc.Controller, you have access to various render methods. One of these is renderBinary(), which allows you to send binary data (captchas, images, etc) to the browser. renderBinary() is overloaded, and Read more