I am preparing one application in which I need to so the progress bar for downloading file.
I have script which show progress bar for uploading file. But how to show progress bar for downloading file.
I am using php and I want to know how can we create progress bar which show the amount of file downloaded.
Any script ?