1

Possible Duplicate:
Using System.IO.Packaging to generate a ZIP file

I have a controller where i create multiple PDF files.

What i need to do is, foreach pdf i create in my controller, add it to a zip archive which is temporarily stored in memory(as i cannot use local resources), and then offer the zip archive as a download in my browser (asp page).

How can this be achieved?

Community
  • 1
  • 1
DW24da
  • 147
  • 1
  • 3
  • 13
  • Take a look to [this post](http://stackoverflow.com/questions/6386113/using-system-io-packaging-to-generate-a-zip-file) here on SO. – Adriano Repetti Nov 15 '12 at 07:57

0 Answers0