1.

Solve : Split big files using PHP?

Answer»

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?Possible CUT and paste from here? https://stackoverflow.com/questions/5391304/split-big-files-using-php



Discussion

No Comment Found