-
-
Notifications
You must be signed in to change notification settings - Fork 19
ctx.request.files remains undefined #40
Copy link
Copy link
Open
Labels
Pkg: koa-better-bodyPriority: LowThis issue can probably be picked up by anyone looking to contribute to the project.This issue can probably be picked up by anyone looking to contribute to the project.Status: AbandonedIt's believed that this issue is no longer important to the author or no one has interest in it.It's believed that this issue is no longer important to the author or no one has interest in it.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.Type: MaintenanceUpdating phrasing or wording to make things clearer or removing ambiguity, without a functionality.Updating phrasing or wording to make things clearer or removing ambiguity, without a functionality.
Metadata
Metadata
Assignees
Labels
Pkg: koa-better-bodyPriority: LowThis issue can probably be picked up by anyone looking to contribute to the project.This issue can probably be picked up by anyone looking to contribute to the project.Status: AbandonedIt's believed that this issue is no longer important to the author or no one has interest in it.It's believed that this issue is no longer important to the author or no one has interest in it.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.Type: MaintenanceUpdating phrasing or wording to make things clearer or removing ambiguity, without a functionality.Updating phrasing or wording to make things clearer or removing ambiguity, without a functionality.
I can't access uploaded files -
ctx.request.filesremains undefined,ctx.request.fieldsshows me all form fields (including my field's string value - but no file or contents).I posted details on Stack-overflow as well: https://stackoverflow.com/questions/45126597/koa-better-body-file-uploading-not-working