Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I can enable 'mulder' for a specified url and temporary files will be deleted automatically? #7

Closed
Draka opened this issue Mar 13, 2014 · 1 comment

Comments

@Draka
Copy link

Draka commented Mar 13, 2014

All files are received by all url

@ammit
Copy link

ammit commented Mar 22, 2014

@Draka How about this ?

app.use('/upload', multer({
  // specify the destination directory to not store files in temp dir
  dest: '/uploads'
}));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants