On Feb 12, 1:17 pm, PhistucK <
phist...@gmail.com> wrote:
> And I see that the ZIP file is actually being downloaded - however, the
> download is quickly aborted for some reason (by you?).
This reminds me of something that appears to be a recent change in
Chrome.
When a file has a Content-Type header that should cause it to be
downloaded (for example, application.octet-stream), recent versions of
Chrome will not download it.
Instead, they exhibit the above behavior (where the download just
shows up in the Network tab in the Inspector as Canceled).
The fix is to also set the "Content-Disposition: attachment" header,
which brings back the old behavior.
Could this be the real issue for why the download in the original post
does not work?
- Y