File uploads
Rails-native multipart upload forms across empty, uploading, complete, rejected, multiple, long, and mobile states.
Multipart upload operations
Empty, active, complete, rejected, multi-file, long-content, and narrow upload states.
Complete screen
Correct upload details
The last file was rejected. Correct the source and destination before retrying.
New import
Choose the source files and where their records belong. Files are scanned before processing begins.
Upload was not accepted
Choose at least one supported file and a valid destination before retrying.
Rejected uploads
Follow each file from receipt through validation and processing.
| File | Size | Uploaded by | Status |
|---|---|---|---|
| unsupported-executable.exe | 4.0 MB | Ada Lovelace | Failed |
Viewport
Ruby
test/dummy/app/components/gallery/compositions/uploads_page.rbworkspace_surface do
render_header
render_upload_form
render_upload_records
end