[google-appengine] Dynamic creation of zip/tar from series of Blobs

2011-02-21 Thread Ritesh Nadhani
So in our site, we allow musicians to create Albums and they upload tracks which we are saving as Blob. Now if the artist allows, we wanted users to download the whole album as one .zip file. Is it possible to create a zip dynamically? In that case, I could save the resulting zip as another Blog

Re: [google-appengine] Dynamic creation of zip/tar from series of Blobs

2011-02-22 Thread Wim den Ouden
http://stackoverflow.com/questions/583791/is-it-possible-to-generate-and-return-a-zip-file-with-app-engine 2011/2/22 Ritesh Nadhani > So in our site, we allow musicians to create Albums and they upload > tracks which we are saving as Blob. > > Now if the artist allows, we wanted users to downloa