I\'m trying to configure multer in my app.js file (using node.js/express) in order to allow users to upload images. I have the following code in app.js:
//va
this will do
app.use(multer({dest:'./public/images/uploads'}).any());