Play framework - pass multiple images in a post request
问题 WHAT I DID: I am developing Rest web services using POST method in the play framework(Using Java). I did create simple web service POST API and also called it from the client side. WHAT I WANT: In this I want to pass multiple images as parameters in the request to the service from the client side(android/IOS/web). But I didn't get any APIs/Tutorials regarding this. I did try to pass one image to the service. But when I pass the Image request, I am getting the null in the line "FilePart file =