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 

> 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 wrote:
>
>>
>> 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
>> https://groups.google.com/d/msg/google-appengine/-/Q90Kop9OFjkJ.
>>
>> To post to this group, send email to google-appengine@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.
>>
>
>  --
> 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-appengine@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.
>

-- 
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-appengine@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.



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  wrote:

>
> 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
> https://groups.google.com/d/msg/google-appengine/-/Q90Kop9OFjkJ.
>
> To post to this group, send email to google-appengine@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.
>

-- 
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-appengine@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.



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 
https://groups.google.com/d/msg/google-appengine/-/Q90Kop9OFjkJ.
To post to this group, send email to google-appengine@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.



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 

> 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 have some methods in the
>> UploadServlet, specifically to check the progress of the file, can anyone
>> help me? thanks
>>
>> P.S.: Im using Java.
>>
>> --
>> 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-appengine@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.
>>
>
>  --
> 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-appengine@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.
>

-- 
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-appengine@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.



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  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 have some methods in the
> UploadServlet, specifically to check the progress of the file, can anyone
> help me? thanks
>
> P.S.: Im using Java.
>
> --
> 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-appengine@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.
>

-- 
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-appengine@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.