PHP download file does not show a progress bar solution

Source: Internet
Author: User
Tags php download
PHP download file does not show progress bar
I have a program that asks 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 file to output cache


However, when downloading a file only shows how many open files ... The download progress is not displayed.

------Solution--------------------
May be the reason for the browser, you change Firefox browser try!
------Solution--------------------
Try a different browser, with 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.