<tfoot id='XLAn8'></tfoot>

  1. <legend id='XLAn8'><style id='XLAn8'><dir id='XLAn8'><q id='XLAn8'></q></dir></style></legend>
      <bdo id='XLAn8'></bdo><ul id='XLAn8'></ul>

    <small id='XLAn8'></small><noframes id='XLAn8'>

      <i id='XLAn8'><tr id='XLAn8'><dt id='XLAn8'><q id='XLAn8'><span id='XLAn8'><b id='XLAn8'><form id='XLAn8'><ins id='XLAn8'></ins><ul id='XLAn8'></ul><sub id='XLAn8'></sub></form><legend id='XLAn8'></legend><bdo id='XLAn8'><pre id='XLAn8'><center id='XLAn8'></center></pre></bdo></b><th id='XLAn8'></th></span></q></dt></tr></i><div id='XLAn8'><tfoot id='XLAn8'></tfoot><dl id='XLAn8'><fieldset id='XLAn8'></fieldset></dl></div>
    1. 下载名称与存储名称不同的文件

      Downloading a file with a different name to the stored name(下载名称与存储名称不同的文件)
      <legend id='UTrGM'><style id='UTrGM'><dir id='UTrGM'><q id='UTrGM'></q></dir></style></legend>
      1. <small id='UTrGM'></small><noframes id='UTrGM'>

        1. <tfoot id='UTrGM'></tfoot>

              <tbody id='UTrGM'></tbody>

            • <bdo id='UTrGM'></bdo><ul id='UTrGM'></ul>
            • <i id='UTrGM'><tr id='UTrGM'><dt id='UTrGM'><q id='UTrGM'><span id='UTrGM'><b id='UTrGM'><form id='UTrGM'><ins id='UTrGM'></ins><ul id='UTrGM'></ul><sub id='UTrGM'></sub></form><legend id='UTrGM'></legend><bdo id='UTrGM'><pre id='UTrGM'><center id='UTrGM'></center></pre></bdo></b><th id='UTrGM'></th></span></q></dt></tr></i><div id='UTrGM'><tfoot id='UTrGM'></tfoot><dl id='UTrGM'><fieldset id='UTrGM'></fieldset></dl></div>

              • 本文介绍了下载名称与存储名称不同的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                是否可以让您的用户下载不同名称的文件?

                Is it possible to let your user download a file with a different name?

                例如,有一个名为4324ffsd34.jpg"的文件.我希望人们通过 download.php 下载它,使用不同的名称(如filetodownload.jpg"),而不重命名原始文件.

                For example, there is a file called "4324ffsd34.jpg". I want people to download it via download.php, with a different name (like "filetodownload.jpg"), without renaming the original file.

                推荐答案

                当然,使用 Content-disposition 标题

                Sure, use a Content-disposition header

                header('Content-Disposition: attachment; filename="filetodownload.jpg"');
                

                如果您希望提供默认文件名,但不提供自动下载,这似乎可行.

                if you wish to provide a default filename, but not automatic download, this seems to work.

                header('Content-Disposition: filename="filetodownload.jpg"');
                

                这篇关于下载名称与存储名称不同的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                smtp gmail server php mailer not working(smtp gmail服务器php邮件程序不工作)
                Email goes in spam when I send it via others SMTP server(当我通过其他 SMTP 服务器发送电子邮件时,电子邮件进入垃圾邮件)

                • <small id='HaCko'></small><noframes id='HaCko'>

                  <tfoot id='HaCko'></tfoot>
                      <tbody id='HaCko'></tbody>

                    • <bdo id='HaCko'></bdo><ul id='HaCko'></ul>

                        <legend id='HaCko'><style id='HaCko'><dir id='HaCko'><q id='HaCko'></q></dir></style></legend>

                        <i id='HaCko'><tr id='HaCko'><dt id='HaCko'><q id='HaCko'><span id='HaCko'><b id='HaCko'><form id='HaCko'><ins id='HaCko'></ins><ul id='HaCko'></ul><sub id='HaCko'></sub></form><legend id='HaCko'></legend><bdo id='HaCko'><pre id='HaCko'><center id='HaCko'></center></pre></bdo></b><th id='HaCko'></th></span></q></dt></tr></i><div id='HaCko'><tfoot id='HaCko'></tfoot><dl id='HaCko'><fieldset id='HaCko'></fieldset></dl></div>