Please open a ticket about this and link to this page. This should 
definitively be done automatically. It is a web2py bug if it does not.

On Monday, 4 February 2013 17:24:47 UTC-6, Sebastian Cambeo wrote:
>
> yes it does work ok GAE ;)
>
> I am using currently the following workaround, but this should obviously 
> be handled by web2py and not by me, so please fix this:
>
> file = open('test.jpg', 'rb')
> tmpId = db.table1.insert(image = file)
>
> if request.env.web2py_runtime_gae:
>      db(db.table1.id==tmpId).update(image_blob = file.read())
>
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to