Help

Why Does a Download Open in a New Browser Tab?

Browsers may preview media in a new tab when the source response is marked for inline display or when a cross-origin download cannot use the page’s download hint.

Short answer

A result opens in a new tab when the browser decides to display the source file inline instead of saving it immediately. From that tab, use the browser’s download control, Save video as, Save image, or the share menu when those actions are available.

A preview tab is not necessarily an error

If the new tab plays the video or shows the image, the media URL is working. The browser is choosing preview behavior; the file has not necessarily been saved yet.

Why browser behavior differs

  • The source response is marked inline rather than as an attachment.
  • The file is hosted on another origin, limiting how the download attribute is applied.
  • Browser settings or the media type favor a built-in preview.
  • The temporary media URL has already expired and the new tab shows an error instead.

Save from the preview

  1. 1

    Wait for the media preview to load.

  2. 2

    Use the visible download icon when the browser provides one.

  3. 3

    On desktop, use Save video as or Save image as from the context menu.

  4. 4

    On mobile, use the browser menu or press and hold the media when supported.

  5. 5

    Return to SnapVideoTools and parse the original public link again if the preview URL expired.

Do not confuse opening with completion

Check the browser Downloads list before repeating the action. Opening a preview tab alone does not confirm that a local file was created.

References

Frequently asked questions

No, not necessarily. If the media loads, use the browser’s save control from that tab.

It depends on browser settings, source headers, media type and cross-origin handling.

No. Return to the original public item link when you need a fresh result.