I\'m attempting to get a simple file upload mechanism working with Express 4.0 but I keep getting undefined for req.files in the app.post
undefined
req.files
app.post
Please use below code
app.use(fileUpload());