Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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