[PHP] Re: Multiple File Downloads

2007-12-15 Thread Al
What are the files and what are you going to do with them at the client? If they are to be an image mosaic, then compose it first and then send it. If text docs, compose as a pdf and send it. if just files, bundle them in a compressed file and let the user click on it to open the file.

Re: [PHP] Re: Multiple File Downloads

2007-12-15 Thread David Giragosian
On 12/15/07, Al [EMAIL PROTECTED] wrote: What are the files and what are you going to do with them at the client? They are going to be .csv files extracted from a DICOM treatment plan file. If they are to be an image mosaic, then compose it first and then send it. If text docs, compose