Php hides the download method of an object from the actual address. _ PHP Tutorial

Source: Internet
Author: User
Php hides the file download method from the actual address ,. Php hides the file download method from the actual address. This article describes how php hides the actual address from the file download method. Share it with you for your reference. Details: The following php code hides the actual address of the file download method,

This example describes how to download a php file that hides the actual address. Share it with you for your reference. The details are as follows:

The following php code does not disclose the actual file.

Function download_document ($ filename, $ path = "", $ mimetype = "application/octet-stream") {header ("Cache-Control: must-revalidate, post-check = 0, pre-check = 0 "); header (" Content-Disposition: attachment; filename = $ filename "); header (" Content-Length :". filesize ($ pathto. $ filename); header ("Content-Type: $ mimetype"); echo file_get_contents ($ pathto. $ filename );}

I hope this article will help you with php programming.

Example: This article describes how to download a php file that hides the actual address. Share it with you for your reference. Details: The following php code...

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.