Tag Archives: mvc

Send file to user using views

There are some simple steps to send a file to the user of your web application using the Play Framework: 1. After the controller is created (what I do is to copy the controller  “Application” and do a refactor rename to the name I want). Create a file named MyController (what I do is to [...]

Posted in Internet, play, Software Development | Also tagged , , , | Leave a comment