Closed (fixed)
Project:
ZipCart
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
24 Oct 2010 at 23:50 UTC
Updated:
11 Nov 2010 at 01:00 UTC
Generated zips should either be deleted on completion of download, or registered with Drupal as temporary files for periodic removal.
Comments
Comment #1
xurizaemonMight even be possible to build and serve the zip without even writing a file? That should work.
Comment #2
xurizaemonOK, done in CVS now. We generate a filename using tempnam(), then register a shutdown function to unlink() the file.