下载excel文件时帧加载中断

时间:2015-02-12 06:54:23

标签: angularjs safari

我有一个Angular脚本,它会进入我的服务器并获取一些数据。该呼叫如下所示:

    $http.post(url).success(function(response) {
        // Do some work...

        // Go to the link that the server provided
        window.location.href = response.link;
    });

然后,用户将被重定向以下载文件(该文件在S3上托管)。文件下载和一切正常...但在Safari中我在我的控制台中得到以下内容:

Failed to load resource: Frame load interrupted

尽管该文件已成功下载 !这里有什么我想念的吗?没有其他浏览器出现此错误,但是,即使在Safari中,文件也会下载,我仍然会收到错误。

0 个答案:

没有答案