Generated zips should either be deleted on completion of download, or registered with Drupal as temporary files for periodic removal.

Comments

xurizaemon’s picture

Might even be possible to build and serve the zip without even writing a file? That should work.

xurizaemon’s picture

Status: Active » Fixed

OK, done in CVS now. We generate a filename using tempnam(), then register a shutdown function to unlink() the file.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.