Alan Langford a écrit : > This should be configurable. I have seen hosting environments where > ownerships and permissions are such that a script does not have write > access to anything in their public html directories. In these cases, > you have little choice but to use /tmp, and it is advisable to prefix > the file names with something unique, such as the session ID.
in such cases (where webroot is not writable) the only choice is to write in phpgw docroot (or other writable dir... /tmp in your case) and push the doc using header() and readfile() :-/ -- In a world without walls or fences, there would be no need for windows or gates... _______________________________________________ Phpgroupware-developers mailing list Phpgroupware-developers@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-developers