I have set up my Mongodb database have connected successfully. However my project is to create an online cookbook. My database currently is various recipes but with each document I want an image to be linked to it.
I know I can use gridFS but I would prefer to store the images in the same place as the recipes.
I have seen I can use base64
but that is no appearing for me
I am very new to using Mongo and some advise is greatly appreciated