I am using Play Framework 2.2.1 and Scala 2.10. I want to use reactivemongo to directly read files from gridFS so i can open it with a URL in browser e.g. http://www.example.com/playgridfs/filename
How can i achieve that?
I am using Play Framework 2.2.1 and Scala 2.10. I want to use reactivemongo to directly read files from gridFS so i can open it with a URL in browser e.g. http://www.example.com/playgridfs/filename
How can i achieve that?