Skip to content

Incorrect size for large file #15

@sandra2n

Description

@sandra2n

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions