在角度中下载完成后如何打开下载的文件?

发布于 2025-01-18 16:57:37 字数 81 浏览 0 评论 0原文

我的要求是下载文件并打开下载的文件,一旦下载完成。我可以下载该文件,但我坚持打开下载的文件。有没有办法在Angular 8或更高版本中实现这一目标?

My requirement is to download a file and open the downloaded file once the download is complete in angular. I m able to download the file but I m stuck with opening the downloaded file. Is there a way to achieve this in angular 8 or above?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那片花海 2025-01-25 16:57:38

定义“打开文件”如果您的意思是在用户系统中打开文件(例如使用paint.exe打开图片,或使用MS Excel打开*.xlsx文件),那么这是不受您控制的,下载后用户必须采取行动(手动或预先配置默认系统操作)。但是,如果您打算下载文件并呈现文件内容(例如在浏览器内显示图像),那么该实现取决于我们正在讨论的文件类型以及应如何呈现。

Define "open the file" If you mean open the file in user system (e.g open picture with paint.exe, or open *.xlsx file with MS Excel) then that is out of your control and after download the user must take action (either manually or pre-configure default system actions). However if you mean to download the file and present the file contents (e.g show image inside browser) then that implementation depends on what kind of file type are we talking about and how it should be presented.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文