koajs / examples

Example Koa apps
4.52k stars 744 forks source link

Update to koa-body's latest syntax to access files in multipart example #129

Closed zachary95 closed 5 years ago

zachary95 commented 5 years ago

This PR fix where koa-body stores the files in latest version on the ctx.

weisiwu commented 5 years ago

it will cause a problem in my computer. here is the detail: image when i change code as so image it will work correctly. my env info: node v8.12.0 npm npm@6.4.1 koa 2.7.0

hemanth commented 5 years ago

you mean to say with ctx.request.files it fails and with ctx.request.body.files it passed?

weisiwu commented 5 years ago

@hemanth yes, as you say.

zachary95 commented 5 years ago

Ok, I know why. Pushing a fix in a separated PR