fastify-multipart
fastify-multipart copied to clipboard
Multipart support for Fastify
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
When you define sharedSchemaId and you want to allow multiple files upload, the files are in array and no value can be returned from onFile in this case.
Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 3.6.0 to 4.1.0. Release notes Sourced from readable-stream's releases. v4.1.0 What's Changed ci: add GitHub token permissions for workflows by @varunsh-coder in nodejs/readable-stream#479 Lazily require abort-controller by...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure it has not already been reported ### Fastify version 3.8.1...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
## 🐛 Bug Report When used with validation and fastify-swagger with the same code from the [example](https://github.com/fastify/fastify-multipart/blob/master/examples/example-validation.js) the file object is empty. When validation is disabled, the upload works as...
## 🚀 Feature Proposal - Some interfaces aren't covered e.g `onFile` handler in the new promise API. - Validate TS types in the CI. ## Motivation Full TS support.