- Notifications
You must be signed in to change notification settings - Fork 20
Description
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