nodejs-image-upload icon indicating copy to clipboard operation
nodejs-image-upload copied to clipboard

NodeJS/Express web app to get image from user and upload it to the server.

trafficstars

nodeJS-image-upload

Simple NodeJS Express Program get files as input from user and upload it to the server.

To install necessary packages and start the server:

npm install && npm start

Then go to http://localhost:3000.

Explanation - https://medium.com/@nitinpatel_20236/image-upload-via-nodejs-server-3fe7d3faa642