I'm working on a script that generates several temporary text files on the fly. I'm looking to provide an easy way for the user to download them all at once, so I was thinking about placing them in a temporary Zip archive.
Right now, I'm able to place the contents of each hypothetical text file into a single file, but am not sure how to split it between multiple files. Then I have the Zip issue to worry about.
Is this workable, or would the text and Zip files require separate MIME types?