You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the version of koa used in the examples differs from the version I'm using following along with the examples (2.2.0 vs. 2.5.2), but wanted to raise a fundamental difference in the ctx object for extracting files from the request:
Pretty sure it's a difference between versions, but figured I'd raise the issue in the event that someone else has troubles.
The text was updated successfully, but these errors were encountered:
JaimeStill
changed the title
multipart/app.js
multipart/app.js - files is accessed directly from ctx.request as opposed to ctx.request.body
Aug 16, 2018
I know the version of
koa
used in the examples differs from the version I'm using following along with the examples (2.2.0
vs.2.5.2
), but wanted to raise a fundamental difference in thectx
object for extracting files from the request:app.js
in the examples has the following:In version
2.5.2
, this has to be set as follows:Pretty sure it's a difference between versions, but figured I'd raise the issue in the event that someone else has troubles.
The text was updated successfully, but these errors were encountered: