Server-side, get progress on sending file
问题 Basically, what I want to do is to check how much of a file my webserver has sent to a client, when the client is downloading one. Is this even possible? Does apache provide any module/extension that would help me accomplish my task? I use a linux distro, apache2 and php5. Regards. 回答1: Browser provides this functionality if file has correct "Content-length" header set. Why do you want to implement this in your page? 回答2: Solved it. I simply open the file with PHP that I want to send to the