View Single Post
Old March 16th, 2008, 05:00 AM   #3 (permalink)
Astaran
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 220
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.
Astaran is offline   Reply With Quote