julianduque / micro-upload

An express-fileupload wrapper for micro
MIT License
34 stars 4 forks source link

Method to provide Buffer of uploaded file #2

Closed seveibar closed 5 years ago

seveibar commented 5 years ago

For my use case I'm only interested in the buffer, not where the file resides in the file system. I think this is fairly common. A method could be introduced e.g. getFileBuffer that would return the buffer of the uploaded file.