I know that in https://www.outsystems.com/forums/discussion/90587/how-to-get-the-binary-from-the-uri-that-the-new-mediaresult-method-returns/ the answer is to upload the binary to a REST service using the File Transfer Plugin, but we used to manipulate the image on the client before sending it to the server and that now seems no longer possible.
I tried using GetFileDataFromUri from the File Plugin but it is giving me an encoding error 5.
Who knows how to get the binary without having to send it to a server first?