Question

How can I send the image from my phone back to a Domino Server. I am using the xmlhttprequest object and posting the Base64 image data into a RichText Field on my Form. I have confirmed that it is not truncating the data. I cannot figure out what to do with the data to display it as an image.

I have tried the tag and putting the Base64 text as the img src. This just shows the std broken image icon in my browser.

Please help.. I am on day 7 of trying to get this to work. Thanks!

Was it helpful?

Solution

You need to decode the Base64 data into an actual attachment when saving the document. You can then just put the URL for the image attachment into an img tag. What is it in my answer here that you are not getting?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top