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 <tome2...@googlemail.com> 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 google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> 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 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