what's the problem ?

BTW, you can define a Field('whatever', 'blob') as you wish, but you loose 
the facility of SQLFORMs (i.e. you need to do your own "content 
negotiation", including how to store it, retrieve, and so on.)

On Wednesday, June 12, 2013 2:45:22 AM UTC+2, Todd Ingarfield wrote:
>
> Hi,
>
> I am trying to stream a audio file (WAV) that is contained within a MySQL 
> database.  
>
> From doing some searching on the web to get around the audio content not 
> being encoded base64 in the database I have the field defined in db.py as 
> follows:
>
> Field('audio',type=SQLCustomType(type='string', native='blob')),
>
> Thanks in advance,
>
> Todd
>
>

-- 

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