pionl / laravel-chunk-upload

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
MIT License
600 stars 168 forks source link

PHP with files larger than 2 Gigabyte #115

Open bapfnet opened 3 years ago

bapfnet commented 3 years ago

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?

pionl commented 2 years ago

Hmm, I dont use 32 bit.

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