Storage
How to store files in your application.
next-forge has a storage
package that provides a simple wrapper around Vercel Blob for file storage.
Usage
Server uploads
To use the storage
package using Server Actions, follow the instructions on Vercel’s server action documentation.
page.tsx
If you need to upload files larger than 4.5 MB, consider using client uploads.
Client uploads
For client side usage, check out the Vercel’s client upload documentation.
page.tsx