Hi I have built a site in php where the admin user can upload big files and it all works well but I would like to implement a progress bar that shows how much left there is to do, is there any think I can do with php or is there another language that will work with php that can do this? Any help is much appeciated.
You'll probably want to look at AJAX. There are a lot of AJAX tutorials about, a quick google should help
mfscripts is right... swfupload is using js & flash for uploading progressbar... Most of the uploading progress bars are made using js & flash only..