When I create a zip I:
- right click on that folder
- we can see the option to add to archive
click on that option
before click on OK - see that below there is an option for splitting into volumes. Select any size and then click on OK and it will create a multipart zip file.
After the creation of the multipart zip file we can extract any one of them and it will exact the whole thing and give us the original folder with all the data.
I want to do this with php code but can't get it to work. Please help.