Php download file does not show progress bar solution

Source: Internet
Author: User
Tags php download
The php download file does not display the progress bar. I have a program requesting to rename the downloaded folder. so I found the following code on the Internet: header (& quot; Content-type: application/octet-stream & quot;); header (& quot; Acce php download file does not display progress bars
I have a program requesting to rename the downloaded folder, so I found the following code on the Internet:

Header ("Content-type: application/octet-stream ");
Header ("Accept-Ranges: bytes ");
Header ("Content-Type: application/force-download ");
Header ("Content-Disposition: inline; filename =". $ filename );
Header ("Accept-Length:". filesize ($ File ));
@ Readfile ($ File); // read the File to the output cache


However, when downloading a file, only the number of opened files is displayed... The download progress is not displayed.

------ Solution --------------------
Maybe it's the reason for the browser. you can change the Firefox browser!
------ Solution --------------------
Try another browser. how about Firefox?

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.