uploadprogresspecl.php.netAn 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 Stockerchreguchregu@php.netyesBen Ramseyramseyramsey@php.netyes2021-10-012.0.21.0.0stablestablePHP License
- Update release package with latest examples and documentation
7.2.01.4.0uploadprogress2021-09-292.0.11.0.0stablestable
- Fix parameter and return type declarations for PHP 7 and PHP 8
2021-09-292.0.01.0.0stablestable
- Drop support for PHP < 7.2
2021-09-281.1.41.0.0stablestable
- Fix #79584: Segmentation fault in uploadprogress 1.1.0 and up
- Add arginfo for functions to support PHP 8 and up
2020-01-281.1.31.0.0stablestable
- Improved documentation and examples included in the release package
2020-01-261.1.21.0.0stablestable
- PHP 8 compatibility; this now builds on PHP 5, PHP 7, and PHP 8
2020-01-261.1.11.0.0stablestable
- Mark maximum PHP version as 8.0.0; this will not build on PHP 8
2020-01-261.1.01.0.0stablestable
- PHP 7 compatibility
2011-08-151.0.3.11.0stablestable
- Wrong version number in .h file
2011-08-081.0.31.0stablestable
- Another make it work with PHP 5.4
2011-07-261.0.21.0stablestable
- Make it work with PHP 5.4
2009-06-161.0.11.0stablestable
- 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-151.0.01.0stablestable
- Fixed a renaming issue with temporary files on Windows and PHP 5.2.
2009-01-220.9.20.9betabeta
- 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-250.9.10.9betabeta
- Fixed version information in phpinfo()
- Added php.ini options to phpinfo()
2008-07-080.9.00.9betabeta
- 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-050.3.00.3betabeta
Initial release