Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multer example usage in 3-binary-data #330

Closed
bill-thedbaguy opened this issue Jul 20, 2019 · 0 comments
Closed

multer example usage in 3-binary-data #330

bill-thedbaguy opened this issue Jul 20, 2019 · 0 comments
Assignees
Labels
type: docs Improvement to the documentation for an API.

Comments

@bill-thedbaguy
Copy link

Multer does not add a file property to the request object when calling single(), it adds a files object which contains an object with the name of the field that was passed into single().
properties that do not exist:

  • file
  • buffer
  • originalname
    Please update the examples.
@JustinBeckwith JustinBeckwith added triage me I really want to be triaged. 🚨 This issue needs some love. labels Oct 3, 2019
@fhinkel fhinkel removed triage me I really want to be triaged. 🚨 This issue needs some love. labels Oct 8, 2019
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Oct 8, 2019
@fhinkel fhinkel added type: docs Improvement to the documentation for an API. and removed 🚨 This issue needs some love. triage me I really want to be triaged. labels Oct 11, 2019
@fhinkel fhinkel self-assigned this Oct 21, 2019
@fhinkel fhinkel closed this as completed Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Improvement to the documentation for an API.
Projects
None yet
Development

No branches or pull requests

4 participants