Storage
> Upload, manage, and serve files directly from your workspace.
Brickr includes built-in file storage for every workspace. You can upload files through forms, through flow nodes, or directly from the dashboard.
What is workspace storage?
Each workspace has its own storage space where files are kept. You can upload any file type -- documents, images, videos, archives, and more. Uploaded files get a URL that you can use to serve them to end users or reference them in your routes.
Use cases
| Use Case | Description | |----------|-------------| | Form uploads | Accept file uploads from public forms | | User avatars | Store and serve profile images | | Document management | Collect and organize PDFs, spreadsheets, and other documents | | Media library | Host images and videos for your application | | Exports | Generate and store CSV or JSON exports for download |
Accessing storage
Navigate to Dashboard > Storage to view your workspace files. From here you can:
- Upload files directly
- Browse and search files
- Copy file URLs
- Delete files
Storage usage counts toward your plan's limits. Check the Pricing page for details on storage quotas per plan.
What's next?
| Topic | Description | |-------|-------------| | File Uploads | Upload files via forms and flows |