In web2py a Field(...,'upload') makes both a StringProperty and a
BlobProperty. The filename goes in one and the data in the other.
I think BlobProperty has a 10MB limitation but I am not sure. These
numbers change as GAE evolves.

Massimo

On Jul 10, 8:22 am, Shark <shark4...@gmail.com> wrote:
> We want to save a blob to datastore in GAE
> not only save the name
> is this the same as upload field
>
> On Jul 9, 9:51 pm, Shark <shark4...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Ok thank very much Anthony
>
> > On Jul 9, 4:32 pm, Anthony <abasta...@gmail.com> wrote:> On Saturday, July 
> > 9, 2011 8:07:48 AM UTC-4, Shark wrote:
>
> > > > I need help in updating list field can anyone give example of how to
> > > > update list field ?
>
> > > > also I have problem in uploading files in GAE as web2py store them in
> > > > files and google app engine need to store them in big table
>
> > > web2py is supposed to store uploaded files in the datastore -- are you
> > > saying that's not happening? 
> > > Seehttp://web2py.com/book/default/chapter/11#Avoid-the-Filesystem.
>
> > > Anthony

Reply via email to