Sorry, Massimo, no joy.

What is my download controller supposed to look like and what folder
and file is it supposed to be in?

Currently, the view is called from controller "audio" and action
"index". audio.py has

def download():
  return response.download(request,db)

I also tried making a controllers/download.py with a def index():
return response.download(request,db), but of course, that didn't work
either. Don't ask me why x|

Sorry, now I'm groping.

The audio is under
  /app/uploads/folder1/folder2/audio_filename.mp3

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to