View Single Post
Old 18-07-2008, 13:20   #13 (permalink)
Cborrow
I like code.
 
Join Date: Dec 2004
Location: Chesapeake, VA
Posts: 295
Send a message via AIM to Cborrow
Yeah, mostly all of the file upload scripts that had a progress bar required something like Perl or another language that directly reads the HTTP output.

While looking around it looks like PHP can do it with the help of the APC_* functions and extension.

Here are a couple of progress bars to add to the one hobolooter posted.

Joshua Eichorn's Blog » Blog Archive » PHP AJAX File Upload Progress Meter Updates
SourceForge.net: Mega Upload Progress Bar
Web Reflection: Upload progress bar with PHP5, APC and jQuery
__________________
  Reply With Quote