Replies: 1 comment 1 reply
-
Hi, can you let me know what the use-case is for accessing the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First thank you for the great package!
I've migrated to transmit from multer, because i had some problems with it.
One (imho) great thing of multer was the ability to access the Request object inside the custom Storage object, because it was a middleware. In this way I could easily manage where to store the files, due to some useful domain data in the Request.
Now my workflow is
parseAsync
, to the definitive pathIf it was possible to access the request object in some way inside the Manager,I would have to do IO only one time.
Is my workflow wrong? Or may this be a useful feature to add?
Thank you, and let me know.
Beta Was this translation helpful? Give feedback.
All reactions