The script takes all files in input folder and split each one of them to several files. Max splited file size will be 50MB. The splitted files can be found in output folder.
Before running the script please define the following vars:
inputFolder = "input"
outputFolder = "output"
maxSize = 51200000