Fork me on GitHub
#yada
<
2017-01-24
>
rnway15:01:03

Hello, i'm new to yada, i'd like to make a yada handler what should store files from each incoming post requests, those request have only one parameter, the file what should be stored. Could anyone give me an example handler on this one ?

lmergen19:01:37

@rnway: you can probably learn a lot by studying the edge repository on juxt's github

lmergen19:01:08

you most definitely want to use the request as input stream and connect it to a local file stream

mike70657423:01:08

Is 1.2.1 the latest release of yada? Github refers to it, but it doesn't seem to be in Clojars