node-uploadx icon indicating copy to clipboard operation
node-uploadx copied to clipboard

adapt upload for koa2?

Open ajeecai opened this issue 3 years ago • 0 comments

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. image

So do you know how to make it fit into koa2? Or provide an async upload version?

Thanks

ajeecai avatar Dec 02 '21 06:12 ajeecai