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.