arvindr21 / blueimp-file-upload-expressjs

A simple express module for integrating jQuery File Upload.
http://expressjs-fileupload.cloudno.de/
104 stars 69 forks source link

I missing a "storage: 'buffer' " option #35

Closed Lichtjaeger closed 9 years ago

Lichtjaeger commented 9 years ago

Hi, your module is cool. But in my actual project (a project-manager ;) ) I want to save some small attachments as buffer in my project –document on a MongoDB. So I can easily erase all project-data at once if a project is finished.

In this case I don’t have use for the “dir” and “url” options and would prefer to get the buffer and filename from the callback.

Lichtjaeger commented 9 years ago

I found a solution by using multer.