Single-file upload row with size counter, live speed, pause and cancel controls, and a gradient bar.
The import and the props worth knowing about, in one place.
import { Upload12 } from "@/components/beste/piece/upload12";
<Upload12
filename="campaign-edit-01.mov"
bytesUploaded="184 MB"
bytesTotal="312 MB"
speed="12.4 MB/s"
eta="10s left"
percent={59}
tone="sky"
/>Paused-upload row with an amber Resume button and a static amber progress track matching the state.
Three queued files whose progress bars fill one after another, each settling into a green check while the header counts up to all files uploaded.
File tile with icon, name, size, and an inline progress bar.
Stacked upload list with done, uploading, and failed rows each ending in the matching status icon.