It was the info behind this link I used:
http://www.e-smith.org/faq.php3#6q12<qoute>
PHP applications running in i-bays can only access files within the same i-bay. Is there a way that the administrator can relax this restriction?
Yes. The administrator can change the PHP Base Directory by executing the following commands (as root):
/sbin/e-smith/db accounts setprop your_i-bay_name PHPBaseDir /
/sbin/e-smith/signal-event ibay-modify your_i-bay_name
Note that the PHPBaseDir argument can be more restrictive than the example shown above. For example PHPBaseDir can also be '/home/e-smith/files/'.
<unquote>
I think the priciple you are using is that you are setting the php "protected environment" to involve the root and all the file systems.
If you make this change it will then be possible to make the file upload with phproject from any ibay.
(Because you will have no problem to reach the /tmp directory.)
I also think there is some good resons not to disable this php security function as well. I run it without this security function, but one of the negative sides of this is that it is possible to make php scripts that might have some security risks.
For maximun functionality on the cost of reduced security it could be a good (or bad) idea to disable the php chroot function ..
(One other thing I'm thinking about is it could be possible to modify the phproject so it could work with and together with the php security function. Don't know if this is possible ..)
Best reg Arne.