# Guide: File Upload (Page Coming Soon)

Handle form uploads and streaming.

- Use `Request.formData()` or streamed bodies
- Validate content type and size
- Store and return URLs

Related:
- [Request/Response](/docs/concepts/request-response)
- [fetch](/api/webflo-fetch/fetch)
