Unfortunately the standard ZipFile module in Python only supports
extracting to a file; GAE doens't allow writing files however. You'd
either need to find a package that supports extracting files to a
variable, or write your own.  The data could then be put into the
Datastore or Blobstore.  Of course that approach would have issues if
the files are big, but sounds like they wouldn't be if the archive is
only 30 megs.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to