|
It's related to the memory limit of a php process, not tot the max upload size. The zip file is created in memory, so an error will occur if the total filesize exceeds the memory limit. That makes this function unusable for larger albums with more than a few photos.
|