Yes, since 1.4.3 App Engine allows you to programmatically create
blobstore blobs:
http://code.google.com/appengine/docs/python/blobstore/overview.html#Writing_Files_to_the_Blobstore

On Fri, May 20, 2011 at 12:40 PM, Barry Hunter <barrybhun...@gmail.com> wrote:
> Umm, how about the blobstore?
> http://code.google.com/appengine/docs/python/blobstore/overview.html
>
> On 20 May 2011 05:14, PF <petr.felzm...@gmail.com> wrote:
>> There is 1MB limit for memcache. I can imagine when I'd like to show
>> statistic chart for last year there could be the need for more amount of
>> data then 1MB so I cannot use memcache. Also for such 1 year statistic it is
>> pretty enough to be recalculated only once per week e.g. Putting data to
>> memcache for one week is not so ideal from my point of view.
>>
>> No other way then memcache? Or are my arguments above not relevant?
>>
>> Thx,
>> Peter
>>
>> --
>> 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.
>
>



-- 
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations

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

Reply via email to