-
Notifications
You must be signed in to change notification settings - Fork 192
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
Implement transforms & Update to a newer version of file-type #201
base: master
Are you sure you want to change the base?
Conversation
Great feature @halimsamy! I hope this will be accepted and landing soon. |
Thanks @lehni! I think this package is rarely maintained now. So if you want to use it you can npm install the git repo. |
Yeah I noticed the same, see #199 (comment) I do hope we'll get a release eventually. But I'll give it a go straight from git |
Was just looking around for this exact feature, I'd love to have this implemented in the core library instead of having to use |
Implement transforms to update/change the file on the fly before uploading, which allows you to change the format of the file or create thumbnails, etc...
for more details check out https://github.com/halimsamy/multer-s3#transforming-files-before-upload
inspired by: https://github.com/kyh/multer-s3 but based on v3