| 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://svn.php.net/viewvc/pecl/uploadprogress/trunk/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 Version 1.0.1 (stable) |
- Default temporary directory is taken from system settings during compile time (guenter).
- Fix a while loop error in removing preceding whitespace (terralith).
- Example: Added a check, if the extension is installed at all.
- Example: Added checks for a valid uploadprogress.file.filename_template setting. |