Re: using a custom :store with wrap-multipart-params in ring middle ware

2014-04-01 Thread K Livingston
request) >>> (pprint params) >>> (response/response >>> {:status:success}))) >>> >>> The printing for the request and the params clearly show the multipart >>> params in there and that they are being handled by the temp file store:

Re: using a custom :store with wrap-multipart-params in ring middle ware

2014-04-01 Thread James Reeves
se >> {:status:success}))) >> >> The printing for the request and the params clearly show the multipart >> params in there and that they are being handled by the temp file store: >> >> :multipart-params >> {"files" >> {:size 16

Re: using a custom :store with wrap-multipart-params in ring middle ware

2014-04-01 Thread K Livingston
gt; {:size 1674, >:tempfile ># /var/folders/rx/9ntjyyvs35qbmcbp6rhfmj20gn/T/ring-multipart-3853352501927893381.tmp>, > :content-type "application/octet-stream", >:filename "blog-test.clj"}}, > > > > cross post here (if you want stack overf

using a custom :store with wrap-multipart-params in ring middle ware

2014-04-01 Thread K Livingston
w points): http://stackoverflow.com/questions/22792577/using-a-custom-store-with-wrap-multipart-params-in-ring-middle-ware -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note th