Page MenuHomePhabricator

Clicking "Download" on an image, and then right-click Save Image As does not work
Closed, ResolvedPublic

Description

If you click a thumbnail, and then click "Download" in the bottom right, Chrome shows the file in the browser. If you then right-click Save Image As, it doesn't work because the link is one-time use only, and Chrome shows "Download - Server error".

Right-clicking on the image shown on the preview (after clicking the thumbnail) will download properly.

Screen_Shot_2015-02-27_at_8.31.30_AM.png (210×1 px, 56 KB)

Screen_Shot_2015-02-27_at_8.31.25_AM.png (394×1 px, 50 KB)

Screen_Shot_2015-02-27_at_8.31.01_AM.png (132×532 px, 80 KB)

Event Timeline

hach-que assigned this task to epriestley.
hach-que raised the priority of this task from to Needs Triage.
hach-que updated the task description. (Show Details)
hach-que added a subscriber: hach-que.
chad added a project: Files.

Clicking "Download" is expected to set Content-Disposition: attachment and force a download. We're probably either pointing the button at the wrong place (likely) or Chrome has gone crazy and no longer permits/recognizes this (unlikely).

Yeah, repros in Safari too, we just have the wrong link happening.