A simple demo shows how to upload a file/files to a web server by submitting a form.
It users loopback, which is a powerful library based on express and loopback-component-storage which is a upload component
npm install
NodeJS 6.* or higher
Just run node . in the root of the project, and you can go to http://localhost:3000 to test this demo.