Downloading a file #2137
Unanswered
diego-rapoport
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, I'm trying to download a file saved through multer and I'm not being able to do it by using
res.sendFile
and sending the file's path.Do I need to enable it via static file or is there another way to serve it? Can I use
res.sendFile
? What are the best practices in this situation?Beta Was this translation helpful? Give feedback.
All reactions