i am creating a playlist from the files stored in the uploads folder of the song during function call and storing it in the uploads folder only.I have wriiten only the relative paths of the songs (in this case the song file name itself' So when run direclty on the computer it works. but in the view when called as under :
{{=SPAN(XML(obj % dict(player=URL(r=request,c='static',f='player.swf'),url=URL(r=request,f='download',args=playlistfile))))}} where playlistfilename=application_name/uploads/playlist_id.m3u i have tried various forms of addressing to the playlist file.. and the paths of the file inside it... but it still shows file not found. could u please help me figure out what the problem is