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
- Host: GitHub
- URL: https://github.com/sibeeshvenu/nodejs_file_upload
- Owner: SibeeshVenu
- Created: 2018-04-02T09:42:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T16:24:29.000Z (over 8 years ago)
- Last Synced: 2025-04-09T12:13:16.436Z (about 1 year ago)
- Topics: fileupload, multer, multer-storage, node, nodejs
- Language: HTML
- Homepage: https://sibeeshpassion.com/upload-files-or-images-to-server-using-node-js/
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/.