Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Split big files using PHP  (Read 6885 times)

0 Members and 1 Guest are viewing this topic.

Earnest297

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Windows 7
    Split big files using PHP
    « 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?

    2x3i5x



      Expert
    • Thanked: 134
    • Computer: Specs
    • Experience: Familiar
    • OS: Windows 10
    Re: Split big files using PHP
    « Reply #1 on: February 06, 2019, 04:12:19 PM »