PHP File Download methods and code sharing

Source: Internet
Author: User

Method 1:

<? ('Content-Description: File Transfer '('content-Type: application/octet-stream' ('content-Disposition: attachment; filename = '. ('content-Transfer-Encoding: binary '(''Cache-Control: must-revalidate, post-check = 0, pre-check = 0 ('pragma: public '('content-Length :'. (?>

The above Code uses the php header function. You can refer to the following articles:
A simple example of the php header () function
Php header function implements the instance code for File Download
Example of using the header function in php
Php header usage
When downloading the php header function file, you are prompted to save the code.
Php header function to download text files
Php File header
Example of php sending download of various types of files using Headers

Understand the usage of the header function in php.

Method 2:

<? = ('Content-type: application/x -'. ['extension' ('content-Disposition: attachment; filename = '. ['basename' ('content-Length :'. (?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.