An open API service indexing awesome lists of open source software.

https://github.com/sibeeshvenu/nodejs_file_upload

The detailed article can be found here
https://github.com/sibeeshvenu/nodejs_file_upload

fileupload multer multer-storage node nodejs

Last synced: 11 months ago
JSON representation

The detailed article can be found here

Awesome Lists containing this project

README

          

# Node_JS_File_Upload

## Introduction

In this post, we will see how we can upload files or images to the server using Node JS. Here we are going to use Visual Studio for our development and preceding NPM packages for our easy development.

- express
- multer
- body-parser

We will briefly explain the use of these packages. As you all know Node JS is a runtime environment built on Chrome’s V8 JavaScript engine for server-side and networking application. And it is an open source which supports cross platforms. Node JS applications are written in pure JavaScript. If you are new to Node JS, I strongly recommend you to read my previous posts about Node JS here https://sibeeshpassion.com/category/node-js/.