Hey guys. What are the best practices for file uploading with node in 2020? Is it Multer? Express-fileupload? I am working on my own backend for a simple blog so i need to save one or multiple images and link them to a blog post. I want to store images as files not in database. My idea was to save images of a specific blog post to a folder named the same as the post id and use it to show the correct images with that post. Is this the way to do it or are there any better practices? I don't want to use any frameworks or anything, just pure JS .
Submitted March 02, 2020 at 09:19AM by Spxy
No comments:
Post a Comment