Page 1 of 1

Percentage counter

Posted: Sat Oct 22, 2005 6:32 am
by jayluda
I want to display a flexible percentage counter on my page to to add to my upload script. One that i can choose to stop midway and display a message. Anyone with bright ideas

Posted: Sat Oct 22, 2005 8:54 am
by feyd
php does not have access to such information. It processes the upload before your script is called. You'll need to use some other transport such as ActiveX, Java, or some very clever XMLHTTP/AJAX