I have been able to successfully upload images to mongoDB using GridFs. Below are images from my database:
fs.files:
It should really be
writeStream.write(part.data);
not
writeStream.write(part.name);