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.
Tracking file upload progress
Moderator: General Moderators
-
silverspy18
- Forum Newbie
- Posts: 23
- Joined: Sun Apr 05, 2009 5:55 pm
Re: Tracking file upload progress
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.