I'm trying to test a multipartform upload to a controller, but I'm not able to figure out how.
I don't know which type of Fake request body I should create. Anybody had this problem before?
I'm trying to test a multipartform upload to a controller, but I'm not able to figure out how.
I don't know which type of Fake request body I should create. Anybody had this problem before?
As far as I've searched, there is no clean way to do this in Java, however you can do it using scala. see this answer