Anybody has a sample project with yada + file upload ?
@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.
I'll see if I can extract a minimal working example later today....
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.
Thanks, so there is no "easy" solution...
Is there also an example of chunked responses in yada? I haven’t looked into it, but I might need it later this week
I think returning a manifold thing creates a chunked response
I think an output stream or something