Log in

View Full Version : Upload progress bar in php?



jc_gmk
07-04-2007, 01:21 PM
I've created a php page with a form that users can upload files,
This works fine.

Can I use php to open up another window to show the progress of the upload?

The majority of the files to be uploaded are over 20mb so it would be nice to show the user how long they have left to wait.

thetestingsite
07-04-2007, 04:26 PM
http://www.webdice.org/uber_uploader/
http://encodable.com/uploaddemo/


Hope this helps.

blm126
07-08-2007, 12:34 AM
Currently this is impossible to do with PHP alone. However, I have seen many solutions to the problem. http://pdoru.from.ro/ offers a patch for PHP itself that makes this possible. I have also heard of using Perl to upload, and PHP to get the progress. And lastly, I have seen a site that used a java applet to pull this off.