sofiane-abou-abderrahim / adding-file-upload-to-a-nodejs-express-website

In this small NodeJS & Express web application, I added file uploads. First, to do this, I added the input type file to the HTML elements to give the user a file picker. Then, I also configure the form element by using the enctype attribute and setting it as multipart/form-data. Afterwards, I had to handle the file on the server side, so I used the Multer middleware to do this.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sofiane-abou-abderrahim/adding-file-upload-to-a-nodejs-express-website Stargazers