Next.js .CAR File Upload
Learn how to configure Next.js .car File Upload for use with Filebase.
Next.js .car File Upload is a tool developed to provide an easy, locally hosted interface for multiple image files to be uploaded to Filebase as a .CAR file.
Read below to learn how to use Next.js .car File Upload with Filebase.
git clone https://github.com/Dapponics/filebase-nextjs-example.git
cd filebase-nextjs-example
FILEBASE_ACCESS_KEY_ID=”FILEBASE_ACCESS_KEY_ID”
FILEBASE_SECRET_ACCESS_KEY=”FILEBASE_SECRET_ACCESS_KEY”
FILEBASE_BUCKET_NAME=”FILEBASE_BUCKET_NAME”

These images will be uploaded under the same CID in your Filebase bucket.
If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 10mo ago