Using Java, You can use the url fetch service to retrieve up to 32 M http://code.google.com/appengine/docs/java/urlfetch/overview.html
Then you can use ZipInputStream to slice a zip into a separate streams for each file. http://download.oracle.com/javase/1.5.0/docs/api/java/util/zip/ZipInputStream.html example at http://www.exampledepot.com/egs/java.util.zip/GetZip.html On Wed, Dec 15, 2010 at 6:22 AM, Thomas M <[email protected]> wrote: > Hello, > > I would like to download a .zip archive provided by an external > website and process the files stored in it. But I still have no idea > how to do this on GAE. The archive is about 30 MB large, so I cant use > an automatic upload script via HTTP. > > Does anyone have an idea or approach for this problem? > > Much thanks in advance, > > Thomas > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
