Tracking file upload progress

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
silverspy18
Forum Newbie
Posts: 23
Joined: Sun Apr 05, 2009 5:55 pm

Tracking file upload progress

Post by silverspy18 »

Hi all,

I'm currently writing an application that allows a user to upload a file using a simple form. I'm am trying to add a progress bar that can track the progress of the upload. I've looked around the net and have seen that "PHP V5.2 added hooks for developers to take advantage of tracking file upload progress in real time." Does any one know how to take advantage of this, or can offer an alternate solution?

Any help would be greatly appreciated, many thanks in advance.
jeanray
Forum Newbie
Posts: 4
Joined: Mon Apr 13, 2009 2:44 pm

Re: Tracking file upload progress

Post by jeanray »

Google "lightloader": I used it in the past, but I can't remember anything else but its name! It is a good free script that uses ajax to show a progress bar in real time.
Post Reply