[PHP] tmp_dir

2004-02-17 Thread ajay
hi! i suppose this is more of an apache question. i'm trying to build a php file upload utility. as part of writing it i need to know the upload_tmp_dir for my apache server (its 1.3.27) i did phpinfo() and the result i getis upload_tmp_dir no value no value how do i set this variable? thanks

Re: [PHP] tmp_dir

2004-02-17 Thread Gerard Samuel
On Wednesday 18 February 2004 12:20 am, ajay wrote: how do i set this variable? Set it via php.ini. Usually php knows the temp directory the OS is using, so only set this if you need something other than the OS's temp directory... Windows: c:\windows\temp *nix: /tmp -- PHP General Mailing

RE: [PHP] tmp_dir

2004-02-17 Thread Martin Towell
google is your friend http://www.onlamp.com/pub/a/php/2001/02/15/php_admin.html 5th bottom one.. Martin -Original Message- From: ajay [mailto:[EMAIL PROTECTED] Sent: Wednesday, 18 February 2004 4:20 PM To: [EMAIL PROTECTED] Subject: [PHP] tmp_dir hi! i suppose this is more