To host files on your Bubble.io domain, follow these steps:
- Add a File Uploader: In the Design tab, add a File Uploader element to your page.
- Upload a File: Use the uploader to upload your desired file. Bubble stores it on its servers (AWS S3).
- Get the File URL: After uploading, get the file’s URL using the expression:
python
Copy code
FileUploader's value's URL
- Link or Embed: Use a button or link to access the file or embed it using the URL.
Ensure your privacy settings allow public access if needed, and files will be available under your Bubble domain! For more details plz visit GEPCO