Is there a way to download a FULL album?
Using Jamroom
Codelizard:
Think a little outside the box. Nothing says that the zip process needs to happen as part of the php session. Just write a record into a JOB table, with information on what needs to be done. Then, write a cron that runs every minute or so and looks for jobs to be done. It sees the zip job, runs the commands as a shell process, and updates the job table that the job is done. you can even have it email the user and tell them that thier album is ready to be downloaded. User comes, downloads their waiting album, job well done with no resource issues. you can even write a cron to clean up zipped files after being around for x amount of time...
As far as ZIP goes, its a simple install of zip on any linux system. From my experience, all shared hosts I have ever used have had either zip or gzip installed, among others...
Aw man I have no idea on how to create all that lol. I'm only familiar with basic html and whatnot. Is there any way you can create this for the Jamroom community or can I pay for your service to get this on my site? Thanks.