Re: [PHP] File upload problem on IIS/NT4

2001-02-20 Thread Phil Driscoll
Make sure that upload_tmp_dir in your php.ini file is set to something sensible for a windows machine. I have it set to f:\php\temp (and you also need to make sure that the directory specified actually exists). Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.co

Re: [PHP] File upload problem on IIS/NT4

2001-02-19 Thread John Vanderbeck
esign - Original Message - From: Josh G <[EMAIL PROTECTED]> To: PHP User Group <[EMAIL PROTECTED]> Sent: Monday, February 19, 2001 6:58 PM Subject: [PHP] File upload problem on IIS/NT4 > Hi guys, I'm having a problem with file uploads, and I can't seem to > fix it. I'

[PHP] File upload problem on IIS/NT4

2001-02-19 Thread Josh G
Hi guys, I'm having a problem with file uploads, and I can't seem to fix it. I'm on IIS using php as an ISAPI module on NT4, and file uploads seem to work, but $userfile does not exist. Any ideas on how I can fix it? userfile:\\php8 userfile_name:notes.txt Cheers, Gfunk - http