Look at the source of this: http://www.web2py.com/appliances/default/show/63
as an example of uploading audio files and playing them with embed. It is a relatively recent apps so uses recent web2py features. On Aug 13, 4:50 am, tiffany <[email protected]> wrote: > i have defined my table as: > > db.define_table('songs',Field('name','string'),Field('song_file','upload')) > > i need to play these song files using embed. > what can i do? > also how can I create and play playlists... songs of which r also > uploaded in the uploads folder > > thanx in advance :)

