I need to know how to get the status of the copy() function in PHP.
copy()
I am using this function to download a remote file, and I want a progress bar for th
You can't get a progress bar for a copy() call to my knowledge.