Friday, September 3, 2010

Re: Upload >1mb to gae (using php scripts to upload to gae)

Dude, wrong group.
but if you really want an answer try the BlobStore:
http://code.google.com/intl/iw/appengine/docs/python/blobstore/

It allows you to upload files and then serve them, you can upload a
file of a maximum 2gb, but you can only serve files that are less than
1mb

On 3 ספטמבר, 21:22, GKotta <guruko...@gmail.com> wrote:
> I need to upload more than 1mb of data to gae. (A folder full of, say
> 150 images) Does anyone know how to do this? One idea was to use a php
> script and pass each image individually to the datastore, is this
> possible? If so, how would it be done?
>
> Are there any other ways to pass a folder with 150 images to the
> datastore other than individually uploading each image?

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

No comments:

Post a Comment