I believe that many people will encounter this situation when implementing the file download function. The intention is to click the download connection and prompt to save the dialog box. this is often counterproductive, for example, a file such as
I believe that many people will encounter this situation when implementing the file download function. The intention is to click the download connection and prompt to save the dialog box. this is often counterproductive, for example, a file such as
Document directory
Header ('content-type: Application/image/pjpeg '); // output typeHeader ('content-Disposition: attachment; filename = "downloaded.jpg" '); // download the name displayed. Note the format.Readfile('my.jpg ');// Set the type
Sometimes, to hide the truth, we define the file as a header and then download the readfile, but this will increase the burden on the server. generally, we do not recommend downloading large files.
The code is as follows:
Function sendFile ($
PHPheader sends various types of files and sets the file download name & lt ;? Phpheader (Content-type: applicationimagepjpeg); output type header (Content-Disposition: attachment=filenamedownloaded.jpg); download display name; PHP header sends
PHPheader sends various types of files and sets the file download name. PHP header sends various types of files and sets the file download name.
Header ('content-type: application/image/pjpeg '); // output type
Header ('content-Disposition:
PHPheader sends various types of files and sets the file download name & lt ;? Phpheader (Content-type: applicationimagepjpeg); output type header (Content-Disposition: attachment=filenamedownloaded.jpg); download the displayed PHP header to send
PHPheader sends various types of files and sets the file download name & lt ;? Phpheader ('content-type: application/image/pjpeg '); // output type header ('content-Disp PHP header sends various types of files and sets the file download name
Copy CodeThe code is as follows:
$filename = ' path + actual filename ';Types of filesHeader (' content-type:application/pdf ');Download the displayed nameHeader (' content-disposition:attachment; filename= ' file name when saving. pdf
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.