'How to upload an image to server directory?

I'm not sure if this is a bad idea, if it is please let me know, but I want a choose file input to upload to the server's directory. If that didn't make sense, let's say I have a folder for my website and in that I have a public folder and INSTEAD of using databases, upload the image we just submitted to the public folder. Oh and also, this is using node.js and html, no PHP please :)

I've just been doing research on image databases the past few days and couldn't find anything, cough, PHP. I'm trying my best not to pay for stuff as I'm broke.

Thanks, Alek



Solution 1:[1]

I think multer will help you. You can set the directory for saving your files.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 vitaliyirtlach