| Package Information |
| Summary |
An extension to track progress of a file upload. |
| Maintainers |
Christian Stocker <chregu@php.net> (lead) [wishlist] [details] Ben Ramsey <ramsey@php.net> (developer) [wishlist] [details]
|
| License |
PHP License
|
| Description |
See http://cvs.php.net/viewvc.cgi/pecl/uploadprogress/examples/ for a little example.
It is only known to work on Apache with mod_php, other SAPI implementations unfortunately still have issues.
At least PHP 5.2 is needed. |
Release notes Version0.9.0 |
- Added uploadprogress_get_contents(id, fieldname) to return the contents of
that file (Ben Ramsey)
- Added uploadprogress.get_contents INI option to enable above function (Ben Ramsey)
- Added a simple example
- Minor Fixes |