Awesome
A simple Play 2.1 application demonstrating how to stream an HTTP file upload
Just clone the repo
<pre><code>git clone https://github.com/heiflo/play21-file-upload-streaming.git</code></pre>and run it with Play on your local machine:
<pre><code>play run</code></pre>You'll find inline comments in the code to better understand what's happening there.