Computer Hope

Internet & Networking => Web design => Topic started by: Earnest297 on February 06, 2019, 03:07:39 AM

Title: Split big files using PHP
Post by: Earnest297 on February 06, 2019, 03:07:39 AM
I want to split huge files (to be specific, tar.gz files) in multiple part from php code.

Main reason to do this is, php's 2gb limit on 32bit system.

SO I want to split big files in multiple part and process each part separately.

Is this possible?

If yes, how?
Title: Re: Split big files using PHP
Post by: 2x3i5x on February 06, 2019, 04:12:19 PM
Possible cut and paste from here? https://stackoverflow.com/questions/5391304/split-big-files-using-php