How does php directly download images using headers?

Source: Internet
Author: User
How does php directly download images using headers? It is not a compressed package, but a direct download of images in the image format. for example, jpg and png images can be directly downloaded using the header function. Solution: 1. hit header2. Will the output image not? Phpmanual: gd, search for Content-Disposition php. how can I use the header to directly download the image?
It is not a compressed package, but a direct download of images in the image format, for example, jpg or png format. you can use the header function to directly download images.

------ Solution --------------------
1. enter the header.
2. output image

No? Php manual: gd
------ Solution --------------------
Search for Content-Disposition HTTP
PHP code
  ------ Solution --------------------
Direct download should use the header to jump to the image URL
The path of the sample is http://test.com/pic/test1.jpg

To download
Header ("Location: http://test.com/pic/test1.jpg ")
------ Solution --------------------
Discussion

Direct download should use the header to jump to the image URL
The path of the sample is http://test.com/pic/test1.jpg

To download
Header ("Location: http://test.com/pic/test1.jpg ")

------ Solution --------------------
But what the landlord seems to want is download-and I didn't see it clearly. #2 is the truth.

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.