panta / mongoose-file

Mongoose plugin adding a file field to a schema - useful for nodejs file uploads
MIT License
33 stars 2 forks source link

Work with Multer #3

Open pasine opened 10 years ago

pasine commented 10 years ago

Does this plugin work with Multer? I was able to set it up easily, but I have noticed that the files that were supposed to moved after being uploaded, stay in the upload folder. I thought that the reason could be that Multer configuration has a destination folder itself. Can you help me?