Fork me on GitHub
#ldnclj
<
2016-03-03
>
rickmoynihan14:03:08

Does anyone know of a ring middleware to handle a file upload, where the file is in the body of the request itself; i.e. it's not multipart form encoded?

rickmoynihan14:03:09

I need it to also buffer into a tempfile; I specifically DONT want the body loaded into memory because it may be several GBs

malcolmsparks19:03:16

@rickmoynihan #C0702A7SB is designed for exactly this usecase.

rickmoynihan20:03:38

good to know @malcolmsparks - sadly it's a large existing app - so I don't want to port it to anything new just yet