Convert An Uploaded Image To A Base64 String In Node.js

added by JavaScript Kicks
2/26/2016 3:51:22 PM

841 Views

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.


0 comments