Friday, 26 February, 2016 UTC


Summary

Not too long ago I wrote about uploading files to a Node.js server that was making use of the Multer middleware.  In that scenario the files were saved to the file system and even though I didn’t demonstrate it, in theory the file metadata would be stored in a database.  What if you wanted to […]
The post Convert An Uploaded Image To A Base64 String In Node.js appeared first on The Polyglot Developer.