Host pdf files locally or online
Hi!
I'm building an application where a user can upload a pdf. Is there any way i can host these files in nextjs(using ct3a with mysql) similar to how we can do that in express
Also is there any free tier service which allows to host static files online which i can access using nodejs .
Thanks in advance 🙂
1 Reply
aws s3
do not host local files if you are running on lambdas (deploy to vercel)