The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
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.
Solved! Go to Solution.
Don't know if this works, but this might be a workable example: https://stackoverflow.com/questions/32898082/splitting-a-file-into-chunks-with-javascript
Don't know if this works, but this might be a workable example: https://stackoverflow.com/questions/32898082/splitting-a-file-into-chunks-with-javascript