+ 1
How do I store a image from a file input box simply in Node.js
I know itâs an idiotic question but how do I do I store it so I can access it later.
1 Answer
+ 3
node.js isnt a storage area.
use something like SQL or MongoDB to interact with node as your storage bucket