Use php to zip large files

Posted by Joseph on Stack Overflow See other posts from Stack Overflow or by Joseph
Published on 2009-02-16T07:42:08Z Indexed on 2010/03/14 20:15 UTC
Read the original article Hit count: 388

Filed under:
|
|

Hi,

I have a php form that has a bunch of checkboxes that all contain links to files. Once a user clicks on which checkboxes (files) they want, it then zips up the files and forces a download.

I got a simple php zip force download to work, but when one of the files is huge or if someone lets say selects the whole list to zip up and download, my server errors out.

I understand that I can increase the server size, but are there any other ways?

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about zip