Split files into multiple files using KB or number of lines as limits.
File Splitter simply takes an input file, output folder and a number of lines per file or a kilobytes per file limit. Then the program will automatically break your files up into smaller sections to allow easier handling and processing.
It is ideal for uploading data to web based applications that allow only a limited amount of data at a time.