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.
Model errors preserve destination and note values without placing a value on the file input.
Data operations
Model errors preserve destination and note values without placing a value on the file input.
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 |
|---|---|---|---|
| unsupported-executable.exe | 4.0 MB | Ada Lovelace | Failed |
test/dummy/app/components/gallery/flows/uploads_page.rbworkspace_surface do
render_header
render_upload_form
render_upload_records
end