Skip to content

feat: create lib to handle file upload for Fastify-based apps #71

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

Closed
getlarge opened this issue Jun 13, 2024 · 1 comment · Fixed by #72
Closed

feat: create lib to handle file upload for Fastify-based apps #71

getlarge opened this issue Jun 13, 2024 · 1 comment · Fixed by #72
Assignees

Comments

@getlarge
Copy link
Owner

To solve this issue some solutions already exist:

@nest-lab/fastify-multer depends on fastify-multer, which is abandoned and not maintained anymore ❌

nest-file-fastify depends on fastify-multipart, and the Fastify team maintains it. But nest-file-fastify is outdated and unmaintened. ❌

This lib will fork nest-file-fastify and update the fastify-multipart dependency to the latest version.

@JoCat
Copy link

JoCat commented Jul 3, 2024

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants