Solved
wanted to split text file in to multiple files based on the file size
Hi,
I'm new in Thingwvorx and java script.
I'm trying to take a single text file and split it into chunks by a specified chunk size. In my example, trying to split a single file into 1MB chunks.
I'm trying to take a single text file and split it into chunks by a specified chunk size. In my example, trying to split a single file into 1MB chunks.
Example;
source file will be available in the Repository.
File test.txt in repository is 5MB.
chunk size mentioned is 1MB
Program need to split and create five new files in repository with each file have 1MB size.
Please help me to achieve this.

