Your first error is caused by this line: > myfile = UploadedFile.byFilename(abspath)
which won't actually do anything in your code, because you never use myfile. Try getting rid of it. -Matt OriginalBrownster wrote: > I have this class set up to handle a filename. I want to display all > the listing in abspath onto a kid template called private.kid... > abspath holds the filename and path of files uploaded to the data base. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

