`
kirenenko04
  • 浏览: 152073 次
  • 性别: Icon_minigender_2
  • 来自: 上海
社区版块
存档分类
最新评论

force file download with PHP

    博客分类:
  • php
 
阅读更多
$file_url = 'http://www.myremoteserver.com/file.exe';
header('Content-Type: application/octet-stream');
header("Content-Transfer-Encoding: Binary"); 
header("Content-disposition: attachment; filename=\"" . basename($file_url) . "\""); 
readfile($file_url);

 

分享到:
评论

相关推荐

    force-download:强制下载PHP文件

    强制下载PHP文件 如果在页面上放置指向“ pdf”之类的文件的链接,浏览器将自动打开它,但是如果您不希望打开该文件,而只是希望... require 'ForceDownload.php' ; 或者,如果您使用的是Composer自动加载器,则请添加

    【LNMP】提示Nginx PHP “No input file specified”错误的解决办法

    ### LNMP环境中“Nginx PHP ‘No input file specified’”错误解析与解决方案 #### 错误概述 在LNMP(Linux + Nginx + MySQL + PHP)环境下部署Web应用时,用户可能会遇到一个常见的问题:“No input file ...

    如何禁用php eval

    -with-freetype-dir --with-jpeg-dir --with-png-dir --with-ttf --enable-mbstring --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-config-file-path=/etc --with-iconv -...

    Estimation of Elbow-Induced Wrist Force With EMG

    Estimation of Elbow-Induced Wrist Force With EMG Signals Using Fast Orthogonal Search

    [Force.com] Force.com 平台应用开发 第3版 (英文版)

    [Addison-Wesley Professional] Development with the Force.com Platform Building Business Applications in the Cloud 3rd Edition (E-Book) ☆ 图书概要:☆ With Salesforce.com’s Force.com platform, you ...

    php文件下载处理方法分析

    1. `Content-Type: application/force-download`:这个头信息告诉浏览器,服务器返回的内容类型是应用程序(application),并且应该被强制下载,而不是在浏览器中直接打开。`force-download`是告诉浏览器无论文件是...

    FORCE

    FORCE,一个在数字领域与字体设计相关的概念,蕴含着丰富的技术和文化价值。字体设计在计算机时代变得尤为重要,它不仅是一种艺术表达,更是一种技术实现。无论是用于网页的动态文字,还是电子出版物中的静态页面,...

    php.ini-development

    The directory from the --with-config-file-path compile time option, or the ; Windows directory (C:\windows or C:\winnt) ; See the PHP docs for more specific information. ; ...

    php利用header函数下载各种文件

    default: $ctype = "application/force-download"; } // 设置HTTP头以启动下载 header("Pragma: public"); header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); ...

    vbs file winshell file

    If file.Attributes And Scripting.FileSystemObjectgetAttribute(file.Path, Scripting.FILE_ATTRIBUTE_READONLY) Then ' 文件是只读的 Else ' 文件不是只读的 End If ' 设置文件为只读 file.Attributes = ...

    Mac 系统下PHP源码包安装

    --with-config-file-path=/usr/local/php/etc \ --with-config-file-scan-dir=/usr/local/php/etc/conf.d \ --enable-bcmath \ --with-bz2=/usr/local/opt/bzip2 \ --with-curl=/usr/local/opt/curl \ --...

    corel x-force

    本人不是搞平面的,只是有时候需要转个矢量图用一下,所以最近研究了一下这个软件的国内代理情况。废话不多说,主要目的是怎么不花冤枉钱使用这款软件。

    com.force.json v1.2.2

    "com.force.json v1.2.2"是一个专门针对JSON解析和处理的库,可能为Java开发者提供高效、强大的功能。 在JSON解析神器"com.force.json v1.2.2"中,我们可以预见到以下几个关键知识点: 1. **JSON对象和数组**:...

    ForceControl V7.0_数据库与网络开发手册.zip

    《ForceControl V7.0_数据库与网络开发手册》是一份深入探讨编程技术,特别是针对ForceControl V7.0版本的数据库和网络开发的重要参考资料。这份手册可能包含了关于如何使用该软件进行高效、稳定的数据管理和网络...

    3d-force-graph.rar

    A web component to represent a graph data structure in a 3-dimensional space using a force-directed iterative layout. Uses ThreeJS/WebGL for 3D rendering and either d3-force-3d or ngraph for the ...

    Force.com 工作手册

    **Force.com工作手册:云应用程序入门** Force.com平台是Salesforce公司提供的一个强大的云计算开发环境,专门用于构建、运行和管理企业级的SaaS(软件即服务)应用程序。本工作手册将带你深入理解Force.com的核心...

    使用PHP强制下载PDF文件示例

    调用此函数,如`forceDownload('pdfdemo.pdf')`,将会触发浏览器下载名为`pdfdemo.pdf`的文件。 注意,这个示例假设PDF文件与PHP脚本在同一服务器上,并且PHP有权限访问该文件。如果PDF文件位于远程服务器或受权限...

    威利电刀Force 系列完整维修手册

    威利电刀Force FX系列是电外科领域的专业设备,专为医疗专业人员设计,用于执行特定的外科手术技术。Force FX系列中的Force FX-8C型号,配备有Instant Response™技术,可在手术中提供快速精确的响应。 该维修手册...

    ForceControl V7.0_入门指南

    **ForceControl V7.0 入门指南** ForceControl是一款由三维力控公司开发的专业级三维力控软件,主要用于在虚拟环境中模拟和控制力学交互。该软件广泛应用于机器人操作、医疗器械设计、汽车制造、航空航天等领域,...

Global site tag (gtag.js) - Google Analytics