How to save the image locally? #294
-
I don't want to use AWS to save the images, I want to save it on the same server where the project is hosted, is there an example or section where I should change? I really need it I would be very grateful if you help me |
Beta Was this translation helpful? Give feedback.
Answered by
NarHakobyan
Oct 20, 2022
Replies: 2 comments 1 reply
-
This is essential for me as well... I'm going to have a look at it. But maybe there's someone who could give some advice? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can use multer implementation for Nestjs, with specifying |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NarHakobyan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use multer implementation for Nestjs, with specifying
dest
field.