Hi,
I was wondering if anyone knows if it's possible to save a file upload using absolute path instead of relative. The reason that I want to do this is because I'm developing a content management system that's going to be the administration interface for a number of different websites (all are on the same server). I want to be able to save to each company's directory, but when I try to do this using an absolute path like /home/sites/site1/web/images/
it tells me that it cannot find this directory inside the directory where the php script is (because it's trying to use it as a relative to the php script).
Thanks in advance for any thoughts.
Jeff