hello im new in development here, i believe storing image shoudlnt be in DB, and my stack is postgress-prisma-next.js-vercel, so how to store images or large files ?
m
manuel
04/04/2021, 2:16 PM
you can use firebase, or amazon s3 or cloudflare or some other 3rd party service. you save the image on the storage of these providers and save the link in the database