pecl-php-uploadprogress icon indicating copy to clipboard operation
pecl-php-uploadprogress copied to clipboard

An extension to track progress of a file upload

Results 6 pecl-php-uploadprogress issues
Sort by recently updated
recently updated
newest added

Hello, When I upload large file the returned bytes_total is incorrect and the returned bytes_uploaded go back to smaller size after a while. Ex with a file of 6.59GB (7 ...

I Installed PECL PHP Upload Progress on Plesk. and tried running example code and got following error `Received NULL when calling uploadprogress_get_info()` **PHP version:** `7.3.27` **Server:** `Apache Can someone please...

See: https://github.com/JetBrains/phpstorm-stubs/pull/1330 And: https://github.com/php/pecl-php-uploadprogress/blob/master/uploadprogress.stub.php

Hi, I have tried to use the extension with PHP 8.2, locally with a Drupal10 Lando recipe, but also on an Ubuntu 22.04 server. The extension is installed, which is...

With php-8.x built with `--enable-debug`, we get a few test failures: ``` FAIL uploadprogress_get_contents - File contents not found [tests/uploadprogress_get_contents_variation002.phpt] FAIL uploadprogress_get_contents - Warns when function is disabled [tests/uploadprogress_get_contents_error001.phpt] FAIL...

Hello, I have this extension loaded to my PHP on Windows running PHP as FCGI, phpinfo() says it's loaded, but pages that use it are saying it doesn't work when...