Hello!
Is there anyway I can zip dynamically generated content, such as a freshly rendered html template, into a zip file using zipfile?
There seem to be some examples around for zipping static content, but none for zipping dynamic ones. Or, is it not possible at all?
One more question: Is it possible to create a zip file with a bunch of sub-folders inside it?
Thanks.