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.
Long filenames and destination context wrap without truncation or custom classes.
Data operations
Long filenames and destination context wrap without truncation or custom classes.
The application owns accepted formats, limits, storage, scanning, processing, and retention.
Caller-owned records expose file identity, size, actor, and processing state.
| File | Size | Uploaded by | Status |
|---|---|---|---|
| international-research-production-reliability-regulatory-and-customer-operations-account-ledger-2026-07-13.csv | 4.6 MB | Ada Lovelace | Complete |
test/dummy/app/components/gallery/flows/uploads_page.rbworkspace_surface do
render_header
render_upload_form
render_upload_records
end