File Splitting PHP Script by Arash Hemmat & Codex-M (www.php-developer.org)
Purpose: To split large file into parts which is less than FTP maximum file upload limit.
Instructions: Place this script in your Apache localhost htdocs (this should be inside the "Split Folder" directory.)
And then place the file to be split in that directory also. Enter details below as accurate as possible. After that press the submit button.
File Splitted succesfully. Take note of the important details which you will use for merging files:';
echo '
';
echo 'The filename to be used for merging should be: '.''.$file_name.'';
echo '
';
echo 'The number of splitted parts should be: '.''.$parts_num.'';
echo '';
}
?>