I’ve been looking for a good PHP File Upload Progress Bar/Meter on the web and found this very neat app. I am going to link it here for future reference.
http://www.johnboy.com/about-us/news/a-useful-php-file-upload-progress-meter
A Useful PHP File Upload Progress Meter
If you’re like me, you want a PHP upload progress meter that is actually useful in your web applications.
All of the upload progress meters that I’ve run across only include the file upload field by itself, which is not realistic in an actual web application situation. You will most likely be entering other information along with uploading a file. The demo is an adaptation this php file upload progress meter.
The demo below will show you how to display a progress upload meter while also entering other information within the same form.
The progress meter will only show if you actually choose a file to upload. If you are just entering information in the text fields, then the progress meter will not show
Single File Upload
Multiple File Uploads

Try it!