如何确保您想要的文件名输出到浏览器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何确保您想要的文件名输出到浏览器相关的知识,希望对你有一定的参考价值。

Use this to display a file properly if you are reading it from another location and wish to direct it to the user's browser
  1. print "Content-type: image/jpeg ";
  2. print "Content-disposition: inline; filename=$file ";
  3. print $content;

以上是关于如何确保您想要的文件名输出到浏览器的主要内容,如果未能解决你的问题,请参考以下文章

Wix Heat 输出没有像我想要的那样引用目录

Word 文档的优秀代码片段工具或插件?

addToBackStack 没有导航回正确的片段

如何确保 appsettings.dev.json 被复制到输出文件夹?

使用 Python 代码片段编写 LaTeX 文档

我们检测到您的浏览器不兼容传输层安全协议 (TLS) 1.1 或更高版本,此协议在 Internet 上用于确保您通信的安全性。