Re: [google-appengine] Access BlobStore Programmatically

2011-10-03 Thread Pascal Voitot Dev
did you look at the paragraph called experimental at the end of the blobstore doc? Pascal On Mon, Oct 3, 2011 at 8:03 PM, Bruno Sandivilli bruno.sandivi...@gmail.com wrote: Hi, is there anyway to put a file on blobstore, programatically? I have to upload a file to the server, but i want to

Re: [google-appengine] Access BlobStore Programmatically

2011-10-03 Thread Bruno Sandivilli
Sorry, i didn't saw this. But even if i saw, this doesnt implies in the question. Even if Blobstore is experimental, i dont see any problem with creating an entry on Blbob store programatically. Anyone can give me a more explainly response? Thanks 2011/10/3 Pascal Voitot Dev

Re: [google-appengine] Access BlobStore Programmatically

2011-10-03 Thread Stuart Langley
http://code.google.com/appengine/docs/python/blobstore/overview.html#Writing_Files_to_the_Blobstore -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

Re: [google-appengine] Access BlobStore Programmatically

2011-10-03 Thread Pascal Voitot Dev
Yes this is what I proposed but apparently it's not what bruno expected... On Mon, Oct 3, 2011 at 11:23 PM, Stuart Langley slang...@google.com wrote: http://code.google.com/appengine/docs/python/blobstore/overview.html#Writing_Files_to_the_Blobstore -- You received this message because you

Re: [google-appengine] Access BlobStore Programmatically

2011-10-03 Thread Bruno Sandivilli
Thanks guys. This tutorial in Java says they use AppEngine file, wich uses File Api, i cant find in the docs the limit of the File API, anyone knows? Thakns again. 2011/10/3 Pascal Voitot Dev pascal.voitot@gmail.com Yes this is what I proposed but apparently it's not what bruno expected...