강의

멘토링

커뮤니티

Inflearn Community Q&A

wxd83393321's profile image
wxd83393321

asked

Node and React series that you can learn by following - Creating a YouTube site

Storing videos on a node server with Multer

파일 업로드 중 에러

Written on

·

241

1

업로드 하면 path가 정의되지않았다고 뜨면서 504에러가뜨고 서버가 끊겼어요
routes/video.js에서
res.req.file.path 는 파일 업로드하고나면 생기는 건줄알았는데
path를 따로 정의해줘야하네요...
저같은 사람 없을거같은데 혹~시나 해서 공유합니다,,ㅎ;
 
const path = require('path');
mongodbreactnodejsredux

Answer 1

1

John Ahn님의 프로필 이미지
John Ahn
Instructor

공유해주셔서 감사합니다!

wxd83393321's profile image
wxd83393321

asked

Ask a question