How do you set the subfolders? You cannot set them in the action that > does the upload. You can only set them via > db.table.field.uploadfolder=.... in the model since the download > action needs to know about them.
Yes - that smells like it's causing the behavior I'm seeing. My model sets the db.table.field.uploadfolder=... But then my view needs to iterate on a list of files and their respective owner's download folder. So I'm trying to get download to look in a different uploads subfolder for each different file, where the subfolder is keyed to the user. How do I do that?
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

