On Thu, Aug 12, 2010 at 1:18 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:

> Please make an example of one file.
>
> what is the path to the file?
> which table/field references the file?
> what is the value stored in the record for this file?
>
> Massimo
>
> On Aug 11, 11:34 pm, rajeev R <todearraj...@gmail.com> wrote:
> > I have some songs uploaded in a table.I have to play them but i was
> > unable to play them,then i read in the online documentation that
> > uploads folder is not directly accessible by the developer.Can anyone
> > help me how to solve this problem.Will saving the file in a different
> > folder helps.
> >
> >                                                         Thanks in
> > advance.
>

  The path of the file is /test/uploads/one.mp3(test is the name of the
application).
  I need the path to play the file with "audio" tag in html5.
  The table is
    db.define_table('Song',Field('Name','string'),Field('song','upload'))
The file uploaded is a music file and i have to play it.


-- 
RAJEEV

Reply via email to