내맘대로 살기🎉

[Node.js] express에서 multer를 이용한 파일업로드 본문

개발자의 길/Node.js

[Node.js] express에서 multer를 이용한 파일업로드

해림😶 2017. 5. 5. 00:22



파일을 업로드 하는 기능은 express에서 제공하지 않는다. 그래서 multer라는 모듈을 이용해야한다.

먼저, 터미널에서 npm install multer --save를 해서 multer를 다운로드 받는다.


github.com/expressjs/multer에서 쉬운 예가 있으니까 참고하면 쉽게 파악할 수 있다.


반응형
Comments