Definitively it will be fixed. It is in the todo list. I opened a ticket 
about it. :-)

On Friday, 8 February 2013 05:18:38 UTC-6, Sebastian Cambeo wrote:
>
> So is there any hope that this can be fixed? Maybe you can rely on my 
> workaround as posted above:
>
> 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