by phunkphorce on Fri Apr 20, 2007 2:09 pm
I have considered implementing this kind of bulk uploading via a zip file in the past, but my only concern is the PHP script time out. The default is 60 seconds but most hosts set it to 30 seconds, which means that at 2-3 second per picture and not including the upload time and the unzipping time, we could upload no more than 10-15 pictures in a single zip file. And the bigger the image file is (think of those 7 megapixel shots people take with cameras), the longer it will take to upload it. Then there could also be problems with the maxium upload size, that is by default restricted to 10mb if I'm not mistaken and that is not too much either...