Can anyone please show how to create the end-point that accepts the file upload, please?
I found the following example but not quite sure how to relate this to Lagom, but this example deviates from the general Lagom practice and uses Play framework’s controller to handle the file.
thanks Alan. I saw this too but I am looking for more Lagom native solution for it. ie. without having to create a separate play controller if possible.
I’ve managed to do this by making the end-point to accept the base64 decoded String - this means that the String will be about 30% bigger than the actual file size, but for my need, this is more than enough.