Forum Post: RE: Can a photo's base 64 string be retrieved from an image component?

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Hi gord, You can create an Image object and set its src property: var img1 = new Image(); // HTML5 Constructor img1.src = 'image1.png'; // Where that string name comes from depends on your app. If you've uploaded the image into the Mobile AppBuilder, then you can extract it with this code Tiggzi.getImagePath(value); Where value needs to match the name of the image in the Media Manager. -- peter

Continue reading...
 
Status
Not open for further replies.
Back
Top