Package fallback models recovery after interrupted browser uploads at busy
events. The app-free guest journey is described at
https://gathmo.com/how-it-works.
State identifies the durable point reached by one upload.
const (
Selected State = "selected"
Queued State = "queued"
Uploading State = "uploading"
Paused State = "paused"
Confirmed State = "confirmed"
Failed State = "failed"
)