ldnclj

Find us on #clojure-uk
mccraigmccraig 2016-03-03T09:14:03.000380Z

moarning

malcolmsparks 2016-03-03T09:51:50.000381Z

Morning

thomas 2016-03-03T10:30:55.000382Z

morning

2016-03-03T14:15:08.000383Z

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?

2016-03-03T14:16:09.000384Z

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

malcolmsparks 2016-03-03T19:15:16.000385Z

@rickmoynihan #C0702A7SB is designed for exactly this usecase.

2016-03-03T20:42:38.000386Z

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