We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Info from https://www.npmjs.com/package/fastify-multipart ("[email protected] has been deprecated. Please use @fastify/[email protected] instead.")
If I use your package with the current version of @fastify-multipart, the files will be saved, but:
async upload( @Req() request: Request, @UploadedFile() file: DiskStorageFile, ): Promise<any> { console.log(file); }
file is not a DisStorageFile but a async function
file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Info from https://www.npmjs.com/package/fastify-multipart ("[email protected] has been deprecated. Please use @fastify/[email protected] instead.")
If I use your package with the current version of @fastify-multipart, the files will be saved, but:
file
is not a DisStorageFile but a async functionThe text was updated successfully, but these errors were encountered: