i've a problem: i create a zip file that is over 50mb. Now, sending it requires too much time, so i would like to split it into chunks of 5 mb each (or less). Does anyone of u knows how to do it? is there a specific funcion of a zip library or i've to do something different?
Thanks