You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem here - after 2GB the uploadprogressbar switches to 16EB - looks very much like an int overflow. An new version with the patch e77cf26 would be appreciated very much :-) (Tested on PHP 8.0.28)
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 087 108 096)
16:37:58 : Array
(
[upload_id] => 632b213b89b79
[fieldname] => link[]
[filename] => big_file.rar
[time_start] => 1663770974
[time_last] => 1663771078
[speed_average] => 4294734946
[speed_last] => 40598789
[bytes_uploaded] => 4270802843
[bytes_total] => 2792138080
[files_uploaded] => 0
[est_sec] => 0
)
16:37:59 : Array
(
[upload_id] => 632b213b89b79
[fieldname] => link[]
[filename] => big_file.rar
[time_start] => 1663770974
[time_last] => 1663771079
[speed_average] => 144183
[speed_last] => 39303682
[bytes_uploaded] => 15139229
[bytes_total] => 2792138080
[files_uploaded] => 0
[est_sec] => 19260
)
Do you know what to do to fix it, please?
Thank you
The text was updated successfully, but these errors were encountered: