Hi
I need to get the base64 string of an image uploaded to the media manager. (eg a logo)
I tried using $scope.imgsrc=Apperyio.getImagePath('rtlogonew.png'); but getImagePath "is not a function" error is returned in the console. I cannot see another example in the documentation or the forum.
My app is Angular, not Ionic.
How do I get the image content, ideally in base64 format?