I have the following code. I am wondering when the file upload will happen. I have a large file like 200MB. will it be in model when the second line executes?
play.mvc.Http.MultipartFormData body = request().body().asMultipartFormData();
play.mvc.Http.MultipartFormData.FilePart model = body.getFile("modelData");