You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/27 00:42:40 UTC

[GitHub] mino922 opened a new issue #349: Get Image File URL and Convert to Base64

mino922 opened a new issue #349: Get Image File URL and Convert to Base64
URL: https://github.com/apache/cordova-plugin-camera/issues/349
 
 
   I am trying to upload an image and display it by getting the FILE_URI. This works great, but I also need to get the base64 value of the same image and send it to our server.
   
   I tried using the DATA_URL, but I am unable to display the base64 encode string as an image. I am running Ionic 3 and was running into unsafe URL warnings from angular, but after getting around those the image still does not display.
   
   Any ideas on how to achieve this?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org