chrisb - 2007-02-27

First off, this is a great tool but I am having a small problem with uploading files. The documentation is not very clear about this, so forgive me if I missed something about this. I am using this tool with the path variable being passed via URL (so that a sub-directoty of root is initially accessed) and I'd like to have uploaded files placed within that directory rather than at the root directory. Is this possible?

Example:
A visitor goes to http://www.domain.com?path=user_directory
the browser.root variable is set to /some/path/to/domain.com
When they upload a file, I'd like for it to end up in /some/path/to/domain.com/upser_directoty and not at browser.root

Any help would be appreciated. Thanks,