express-file-upload icon indicating copy to clipboard operation
express-file-upload copied to clipboard

Got an error

Open deekshahegde86 opened this issue 5 years ago • 1 comments

TypeError: Cannot read property 'forEach' of undefined at D:\reactui\express-file-upload\src\controller\file.controller.js:43:11 at FSReqCallback.oncomplete (fs.js:155:23)

deekshahegde86 avatar Sep 19 '20 04:09 deekshahegde86

TypeError: Cannot read property 'forEach' of undefined at D:\reactui\express-file-upload\src\controller\file.controller.js:43:11 at FSReqCallback.oncomplete (fs.js:155:23)

I got the same problem. It turns out that I didn't create "const directoryPath = __basedir + "/resources/static/assets/uploads/" this folder. Hope this can help you

abcbdf avatar Nov 21 '20 18:11 abcbdf