File upload flow
Rails-native multipart upload forms across empty, uploading, complete, rejected, multiple, long, and mobile states.
Empty, active, complete, rejected, multi-file, long-content, and narrow upload states.
Caller-owned compact table columns complement the narrow flow surface.
Data operations
Caller-owned compact table columns complement the narrow flow surface.
The application owns accepted formats, limits, storage, scanning, processing, and retention.
Caller-owned records expose file identity, size, actor, and processing state.
| File | Status |
|---|---|
| customer-accounts-2026-07-13.csv | Complete |
| production-deployment-events.ndjson | Processing |
test/dummy/app/components/gallery/flows/uploads_page.rbworkspace_surface do
render_header
render_upload_form
render_upload_records
end