NYCPHP Meetup

NYPHP.org

[nycphp-talk] Upload progress meter

Mark Armendariz lists at enobrev.com
Mon Jul 7 08:34:37 EDT 2008


csnyder wrote:
> Here's a brief writeup of how to enable upload progress bars in PHP.
> http://undesigned.org.za/2008/07/06/simple-php-upload-progress-meter-using-prototype
>
> The PECL extension that enables this is still marked as experimental.
>
> I wish browser makers would realize that upload progress is just as
> important to people as download progress, but at least now we have a
> way to roll our own.
>
>
> Chris Snyder
> http://chxor.chxo.com/
>   

I also recommend swfupload.  Has a good deal of control over file types, 
files size and progress, and the best part is that it's all run via 
javascript (actual upload is done via swf, but the api is all js).
http://swfupload.org/

Mark



More information about the talk mailing list