What are we building? We are going to build a simple application using node.js which is capable of uploading sinlge/multiple images to server. There are various ways by which we can upload image to server using node.js. One of the easiest and common ways to do it is by using multer library.