Demonstration for uploading image files to the server using nodeJS and Multer. This is taken from Brad Traversy tutorial Node.js Image Uploading With Multer https://www.youtube.com/watch?v=9Qzmri1WaaE
It uses Materialize (css), EJS (embedded js), and Multer (node middleware to handle image uploads). The upload post occurs within a submit button, (taken from Materialize).