laravel-chunk-upload icon indicating copy to clipboard operation
laravel-chunk-upload copied to clipboard

PHP with files larger than 2 Gigabyte

Open bapfnet opened this issue 4 years ago • 1 comments

Do you have issues with files larger than 2 GB? I am uploading files of e.g. 3 or 6 GB but I always get after the conversion of chunk files a final file of about 2 GB.

PHP 32 bit seems to have issues creating larger files.

https://github.com/jkuchar/BigFileTools

This "BigFileTools" could help but I don't know how to implement it in pionl/laravel-chunk-upload

Any suggestions?

bapfnet avatar Dec 09 '20 14:12 bapfnet

Hmm, I dont use 32 bit.

IF there is issue while creating the final file I would check FileMerger file.

pionl avatar Mar 21 '22 13:03 pionl