+ 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.

20th Jul 2018, 7:45 AM
Kenzoid
Kenzoid - avatar
1 Answer
+ 3
node.js isnt a storage area. use something like SQL or MongoDB to interact with node as your storage bucket
20th Jul 2018, 8:00 AM
᠌᠌Code X
᠌᠌Code X - avatar