Uploadthing Connection

Configure Uploadthing for file uploads in your PortfoHub project

Uploadthing Setup
  1. Sign up for an Uploadthing account at https://uploadthing.com
  2. Create a new application in the Uploadthing dashboard
  3. Configure your application settings and allowed file types
  4. Copy your API key and App ID
.env.local
1UPLOADTHING_SECRET=your_uploadthing_secret
2UPLOADTHING_APP_ID=your_uploadthing_app_id

Uploadthing Dashboard

Uploadthing Dashboard