FAQ
A file host running on Cloudflare Pages, Workers, and R2.
General
- Where are files stored?
- Files are stored in an R2 bucket and served through the Worker on your custom domain.
- Can I upload from the browser?
- Yes. The homepage supports direct file upload and remote URL import.
- Can I transform images?
- Yes. Use query parameters like
?f=webp,?w=800&f=avif, or?f=jsonon your custom domain with Cloudflare Image Resizing enabled. - Can I stream video and audio?
- Yes. Use
/stream/your-file.ext. The Worker serves range responses from R2.
Restrictions
- What file types are blocked?
.exe,.scr,.cpl,.jar, and any extension starting with.doc.- Do uploads require authentication?
- Yes. Upload endpoints require the bearer token configured in your Cloudflare Pages project secrets.