I needed to get video files to the blobstore from Amazon S3 (all more than 1MB, btw), and I also noticed a lot of people having various issues getting stuff to the blobstore.
So I wrote a general purpose cURL Server that I have sitting on a EC2 micro instance: http://ec2-204-236-157-181.us-west-1.compute.amazonaws.com. With code at https://github.com/mjhm/cURLServer. (If you send me an email I'll send you the hash key so you can try it out.) If you go to http://ec2-204-236-157-181.us-west-1.compute.amazonaws.com/curl_web_client.html Click on "Presets->File Post" you'll see an example curl file post parameters. If you look https://github.com/mjhm/cURLServer/blob/master/curl_test.py -- Line 265 -- there are similar parameters for uploading to GAE blobstore. Feedback welcome. John On Nov 22, 6:04 am, timwhunt <[email protected]> wrote: > So to be clear, yes you can post the data from your code to the > blobstore, but you are limited by the 1mb request limit. > > I've previously posted some sample code in another > thread:http://groups.google.com/group/google-appengine-java/browse_thread/th... -- 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.
