Percentage counter

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jayluda
Forum Newbie
Posts: 9
Joined: Tue Aug 02, 2005 10:51 am

Percentage counter

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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
Post Reply