uploadprogress pecl.php.net 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. Christian Stocker chregu chregu@php.net yes Ben Ramsey ramsey ramsey@php.net yes 2021-10-01 2.0.2 1.0.0 stable stable PHP License - Update release package with latest examples and documentation 7.2.0 1.4.0 uploadprogress 2021-09-29 2.0.1 1.0.0 stable stable - Fix parameter and return type declarations for PHP 7 and PHP 8 2021-09-29 2.0.0 1.0.0 stable stable - Drop support for PHP < 7.2 2021-09-28 1.1.4 1.0.0 stable stable - Fix #79584: Segmentation fault in uploadprogress 1.1.0 and up - Add arginfo for functions to support PHP 8 and up 2020-01-28 1.1.3 1.0.0 stable stable - Improved documentation and examples included in the release package 2020-01-26 1.1.2 1.0.0 stable stable - PHP 8 compatibility; this now builds on PHP 5, PHP 7, and PHP 8 2020-01-26 1.1.1 1.0.0 stable stable - Mark maximum PHP version as 8.0.0; this will not build on PHP 8 2020-01-26 1.1.0 1.0.0 stable stable - PHP 7 compatibility 2011-08-15 1.0.3.1 1.0 stable stable - Wrong version number in .h file 2011-08-08 1.0.3 1.0 stable stable - Another make it work with PHP 5.4 2011-07-26 1.0.2 1.0 stable stable - Make it work with PHP 5.4 2009-06-16 1.0.1 1.0 stable 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. 2009-03-15 1.0.0 1.0 stable stable - Fixed a renaming issue with temporary files on Windows and PHP 5.2. 2009-01-22 0.9.2 0.9 beta beta - Fixed an issue with filenames containing spaces, see http://pecl.php.net/bugs/bug.php?id=14525 for details (by franck). - Extended the example to check for too large files. 2008-08-25 0.9.1 0.9 beta beta - Fixed version information in phpinfo() - Added php.ini options to phpinfo() 2008-07-08 0.9.0 0.9 beta beta - 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 2006-12-05 0.3.0 0.3 beta beta Initial release