node-uploadx
node-uploadx copied to clipboard
adapt upload for koa2?
Hi @kukhariev , when using in koa2 framework, the routing controller callback for upload files is async, then upload is defined as sync but it looks like that ServerResponse callback inside the upload is doing as async.
So do you know how to make it fit into koa2? Or provide an async upload version?
Thanks