Re: uploading to a separate directory

2007-09-18 Thread Ian Lawrence
ola, am i glad that people like you exist!!...you explained things just fine and your code works like a charm regards Ian On 9/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > You can not do what you are trying to do, the way you are doing it ;-) > > The problem is the 'test_name' does

Re: uploading to a separate directory

2007-09-17 Thread [EMAIL PROTECTED]
You can not do what you are trying to do, the way you are doing it ;-) The problem is the 'test_name' does not refer to the data on the instance. It just evaluates to the local variable. That means you are constructing that upload_to string at import time. It is the equivalent of doing: foo =