`
kirenenko04
  • 浏览: 145987 次
  • 性别: 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自动加载器,则请添加

    Estimation of Elbow-Induced Wrist Force With EMG

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

    dell force10配置手册

    dell force10配置手册,dell force10配置手册,dell force10配置手册,dell force10配置手册,dell force10配置手册,dell force10配置手册,dell force10配置手册,dell force10配置手册,dell force10配置手册,dell force...

    FORCE

    FORCE

    [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文件下载处理方法分析

    header("Content-Type: application/force-download"); header("Content-Disposition: attachment; filename=testname.jpg"); readfile("images/test.jpg"); ?> 分析上述代码: 第一行代码是强制下载; ...

    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. ; ...

    corel x-force

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

    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 ...

    2018-A Survey of Force-Assisted Robotic Cell Microinjection Technologies

    microinjection and robotic cell microinjection with sole position feedback, force-assisted robotic cell microinjection can improve the success rate and survival rate of cell injection. In this paper, ...

    force.com操作手册

    force.com workbook 2015 pdf

    com.force.json v1.2.2

    com.force.json v1.2.2 json 解析神器 ..................

    Force.com白皮书

    Force.com白皮书,SaaS领域经典应用的,元数据驱动的经典实现

    Grinding force control in an automatic surface finishing system

    An automatic grinding system with grinding force control on a CNC machining center is developed to reduce surface roughness. This system includes an electric hand grinder mounted on a CNC machining ...

    Refresh Force

    显卡锁频软件Refresh Force,锁定显示器的分辨率和刷新频率

    Force.com 工作手册

    Force.com 工作手册 云应用程序入门

    Learning Force.com Application Development(PACKT,2015)

    Starting with an introduction to the Force.com model, key features, and advantages of the Force.com platform, this book delves into the design and development of applications on the Force....

    social force model in swift

    这是Dirk Helbing的Social Force Model,我用swift重写的版本。该程序的原文是2000年自然杂志的封面文章,如果是做行人流的可以去看看。

    解决vue this.$forceUpdate() 处理页面刷新问题(v-for循环值刷新等)

    主要介绍了解决vue this.$forceUpdate() 处理页面刷新问题(v-for循环值刷新等),解决方法是使用this.$forceUpdate()强制刷新,文章给大家分享了代码案例,需要的朋友参考下吧

    详解no input file specified 三种解决方法

    一.IIS Noinput file specified 方法一:改PHP.ini中的doc_root行,打开ini文件注释掉此行,然后重启IIS 方法二: 请修改php.ini 找到 ; cgi.force_redirect = 1 去掉前面分号,把后面的1改为0 即 cgi....

Global site tag (gtag.js) - Google Analytics