`
kirenenko04
  • 浏览: 152900 次
  • 性别: 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);

 

分享到:
评论

相关推荐

    如何禁用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 -...

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

    CentOS_下安装Nginx

    在CentOS系统中安装Nginx是一个常见的任务,Nginx是一个高性能的Web服务器和反向代理服务器,常用于处理静态文件和动态内容的分发。..../configure --prefix=/usr/local/php --with-config-file-path=/etc/...

    Rave Player网页视频播放器

    - Updated "force download" headers. v1.0.53 (Jul. 28, 2010) - Fixed bug issue with adding items to playlist if playlist was scrolled down. - Updated wimpy.swf to v6.0.26 v1.0.52a (Nov. 7, 2009) - ...

    flash标签云 3D效果 PHP插件 by weefselkweekje

    1. Download the zip file and extract the contents. 1. Upload the 'wp-cumulus' folder to your plugins directory (wp-content/plugins/). 1. Activate the plugin through the 'plugins' page in WP. 1. See '...

    au3反编译源码

    So you may associate exe file with myAutToExe.exe to decompile them with a right click. To run myAutToExe from other tools these options maybe helpful options: /q will quit myAutToExe when it is ...

    基于mediastreamer2的网络电话实现流程以及源码库

    error: /user/include/python2.7/pyconfig.h:15:52: fatal error: arm-linux-gnueabi/python2.7/pyconfig.h: No such file or directory compilation terminated. 分析::找不到arm-linux-gnueabi/python2.7/...

Global site tag (gtag.js) - Google Analytics