koajs / examples

Example Koa apps
4.52k stars 744 forks source link

fixed a bug in upload #123

Closed way2ex closed 6 years ago

way2ex commented 6 years ago

Should use ctx.request.files.file to fetch the file in request

ralyodio commented 6 years ago

This gives me an error now.

way2ex commented 6 years ago

DId you update your koa-body package? I reference this from here