I stumbled across this middleware because I am looking for a middleware that automatically grabs fields and attached files from a multipart upload but keeps the file contents available in memory (i.e. doesn't write them to disk). It looks like it is possible to extend this middleware to do the job. However, this seems like a very general problem and so I'm wondering if it makes sense to extend this middleware with this functionality. Thoughts?
I stumbled across this middleware because I am looking for a middleware that automatically grabs fields and attached files from a multipart upload but keeps the file contents available in memory (i.e. doesn't write them to disk). It looks like it is possible to extend this middleware to do the job. However, this seems like a very general problem and so I'm wondering if it makes sense to extend this middleware with this functionality. Thoughts?