uploadprogress

An extension to track progress of a file upload.


A PHP extension to track progress of a file upload, including details on the speed of the upload, estimated time remaining, and access to the contents of the file as it is being uploaded.

The uploadprogress extension works on PHP 7.2+ and PHP 8. It works with Apache HTTP Server using mod_php, as well as Apache HTTP Server, nginx, and Caddy through PHP-FPM. It might work on other web servers; let us know where you're using it.

See https://github.com/php/pecl-php-uploadprogress for documentation and examples.

License: PHP License

Latest releases

Version Release Download
2.0.2 2021-10-01 uploadprogress-2.0.2.tgz
2.0.1 2021-09-29 uploadprogress-2.0.1.tgz
2.0.0 2021-09-29 uploadprogress-2.0.0.tgz
1.1.4 2021-09-28 uploadprogress-1.1.4.tgz
1.1.3 2020-01-28 uploadprogress-1.1.3.tgz
Show all releases

Changelog

Version Message
2.0.2 - Update release package with latest examples and documentation
2.0.1 - Fix parameter and return type declarations for PHP 7 and PHP 8
2.0.0 - Drop support for PHP < 7.2
1.1.4 - Fix #79584: Segmentation fault in uploadprogress 1.1.0 and up
- Add arginfo for functions to support PHP 8 and up
1.1.3 - Improved documentation and examples included in the release package
Show complete changelog