laravel-chunk-upload
laravel-chunk-upload copied to clipboard
PHP with files larger than 2 Gigabyte
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?
Hmm, I dont use 32 bit.
IF there is issue while creating the final file I would check FileMerger
file.