Skip to content
Advertisement

Tag: readfile

ReadFile in Base64 Nodejs

I’m trying to read an image from client side encoded in base64. How to read with nodejs? My code: But, I got this error: Answer Latest and greatest way to do this: Node supports file and buffer operations with the base64 encoding: Or using the new promises API:

Advertisement