yada

romain 2018-01-17T00:18:57.000279Z

Anybody has a sample project with yada + file upload ?

2018-01-17T00:46:15.000129Z

@romain I recently implemented file upload with yada but unfortunately it's a close-source project. AFAIK this feature is alpha quality and I had to dig through yada's source code to get mine working, there are quite a few rough edges.

2018-01-17T00:46:50.000005Z

I'll see if I can extract a minimal working example later today....

2018-01-17T00:50:55.000153Z

I'm also not sure if it's possible to handle file uploads without loading the whole file into memory in yada's current state as my code receives the file as a byte array from yada.

romain 2018-01-17T00:55:45.000086Z

Thanks, so there is no "easy" solution...

borkdude 2018-01-17T20:44:07.000298Z

Is there also an example of chunked responses in yada? I haven’t looked into it, but I might need it later this week

dominicm 2018-01-17T21:43:59.000066Z

I think returning a manifold thing creates a chunked response

dominicm 2018-01-17T21:44:24.000757Z

I think an output stream or something