Re: [PHP] Problem uploading a file (bug in PHP 4.2.3 !?) worked with 4.2.2

2002-09-23 Thread 1LT John W. Holmes
What are the settings for upload_tmp_dir and file_uploads in the php.ini on the windows box? Does the Apache user have permission to write to that directory if it's valid? ---John Holmes... - Original Message - From: Jose Fandos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday,

RE: [PHP] Problem uploading a file (bug in PHP 4.2.3 !?) worked with 4.2.2

2002-09-23 Thread Jose
I did go back to PHP 4.2.2 to double check and it doesn't work there either. -Original Message- From: Jose Fandos [mailto:[EMAIL PROTECTED]] Sent: 23 September 2002 21:12 To: [EMAIL PROTECTED] Subject: [PHP] Problem uploading a file (bug in PHP 4.2.3 !?) worked with 4.2.2 Hi,

RE: [PHP] Problem uploading a file (bug in PHP 4.2.3 !?) worked with 4.2.2

2002-09-23 Thread Jose
Hi, The upload_tmp_dir in php.ini: ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). ;upload_tmp_dir = So it uses c:\windows\temp And file upload: ; Whether to allow HTTP file uploads. file_uploads = On The directory is valid and Apache should have