Hi there,
Is it possible to write a program in PHP to graph the % completion of a file as it uploads onto a web page e.g. from 0% to 100% as the file loads. I\'m fairly new to PHP and have been looking for a script to do this but haven\'t had any luck.
Any help would be appreciated
Many thanks Ross
As far as I understand, PHP, running server-side, does not have the ability to do progress bars. Try JAVA- though I hate to point you there.
(please correct me if I'm wrong)
Best of luck, Greg
It's possible, but really not worth the effort. (it's a LOT of work)