2

I have checked the document of mongolab rest API but it seems the API does not support this feature.

Is it possible to convert an image to base64 and store it as a string at mongolab and decode it to image to display on HTML?

Please give me a solution in Javascript.

1 Answers1

1

The sample code in this thread teaches how to obtain a Base64 representation of an image.

Community
  • 1
  • 1
user2845946
  • 1,755
  • 29
  • 38