Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
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