Skip to content
All updates

1 min read

A rebuilt, resumable upload engine

Wedding-day uploads that survive bad venue Wi-Fi, locked phones and closed tabs.

New FeaturesUploadsPerformanceMobile
Open Upload

Why we built it

The problem, in plain terms

Uploading from a venue is the most fragile moment in a creator's day. One dropped connection used to mean starting a whole batch again — at 1am, on hotel Wi-Fi, with a couple waiting. That had to stop being a risk.

What's new

Everything in this release

  • Resumable, chunked uploads — a dropped connection resumes mid-file
  • A durable queue that survives refreshes, tab closes and sleeping phones
  • Per-file state: queued, uploading, retrying, verified, ready
  • Automatic retries with backoff, plus clear, plain-language errors
  • Completed files are never re-uploaded

See it

How it looks

Per-file progress and state in the upload queue
Uploading from a phone at the venue

How it works

The short version

Each file gets its own record with a fingerprint, byte offset and state, stored locally and on our side. When the connection returns, the queue resumes each unfinished file from its last confirmed byte instead of starting the batch again.

Where to find it — Upload from the dashboard, or the Upload screen on your phone.

Before and after

What changed for you

Before

One failed file could mean restarting the whole batch.

Now

Each file resumes from its last confirmed byte. Finished files stay finished.

Built because creators asked

What we heard

  • Creators did not want to re-upload everything because one file failed
  • Venue Wi-Fi dropped mid-batch and progress was lost
  • It was unclear whether a file had actually arrived

What we did: Every file now reports its own verified state, so you can close the tab, move to the car, and let the queue finish what's left.

Themes are summarised from creator conversations and feature requests — not attributed quotes.

Go deeper

Guides and related pages

Coming next

Where this goes

Planned work connected to this release — shaped by the roadmap, not a delivery promise.

  • Background uploads on mobile
  • Per-venue network diagnostics
Vote on the roadmap
Published July 21, 2026 by The Aisle team

Related updates

Shipped around the same idea