How to handle file upload without saving the data to disk?

281 views Asked by At

I am looking for the correct way to retrieve file content uploaded(e.g. via multipart) without saving it to some temporary file which I think is the default behavior of Play framework.

I have read Writing-your-own-body-parser, but it does not give any idea of how I can implement a custom parser that does not require for saving the received data on disk.

Can someone provide an example?

0

There are 0 answers