-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
Shoulnd't you add a next() at the end of the configuration?
app.use('/upload', function (req, res, next) {
// imageVersions are taken from upload.configure()
upload.fileHandler({
uploadDir: function () {
return __dirname + '/public/uploads/' + req.sessionID
},
uploadUrl: function () {
return '/uploads/' + req.sessionID
}
})(req, res, next);
// This is the added Code
next();
});Metadata
Metadata
Assignees
Labels
No labels