Instant Sharing Before Final Upload

Updated 4 days ago · 2 min readIntermediate

FMX allows guests to share their photos before the final media has finished processing or uploading. This eliminates a major friction point in photo booth experiences: waiting. Guests walk away with a link in hand, and the content appears as soon as it is ready.

Three Sharing Methods

FMX supports three instant sharing channels, all of which work before the final photo upload completes:

  • Email -- FMX sends a message containing the sharing link to the guest's email address
  • SMS -- FMX sends a text message with the sharing link to the guest's phone number
  • QR Code -- FMX displays a scannable QR code on screen that the guest captures with their phone

All three methods deliver the same permanent URL for the session's media.

How It Works

The instant sharing system relies on placeholder URLs:

  1. Session start -- When a new session begins, FMX creates a permanent URL for that session's media. This URL is generated immediately, before any photos are captured.
  2. Guest shares -- During the session, the guest provides their email, phone number, or scans the QR code. FMX delivers the pre-generated URL through the chosen channel.
  3. Media processing -- The Final Photo is rendered, saved, and uploaded in the background.
  4. URL auto-updates -- When the media upload completes, the permanent URL automatically resolves to the finished content.

Tip: Because the URL is created at session start, you can place sharing steps anywhere in your workflow -- even before the photo is taken. The link will always resolve to the correct media once it is ready.

Before Media Is Ready

If a guest accesses their sharing link before the media has finished uploading, they see a "still processing" page. This page:

  • Indicates that their photo is being prepared
  • Auto-refreshes to check for completed media
  • Displays the finished content as soon as it becomes available

No action is required from the guest. They simply wait on the page or return to the link later.

No Waiting at the Booth

The key benefit of this system is that guests never need to stand at the booth waiting for processing to finish. The interaction flow is:

  1. The guest takes their photo
  2. Guest receives their link (via email, SMS, or QR scan)
  3. The guest walks away immediately
  4. The photo appears on their link moments later

This keeps the booth line moving and improves guest satisfaction at high-volume events.

Was this helpful?

Related articles