标签: php
我有一个简单的问题,目前我正在使用函数header("Content-Diposition....")下载文件。我的问题是:
header("Content-Diposition....")
是否可以自定义下载的名称和图片?
我目前有这个:
预先感谢您的帮助。
答案 0 :(得分:3)
您可以通过Content-Disposition: attachment; filename=FILENAME设置名称。文件图标取决于文件类型,因此请尝试使用正确的文件扩展名和http标头中的Content-Type。
Content-Disposition: attachment; filename=FILENAME
Content-Type