From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.1.1 PHP Bug Type: Unknown/Other Function Bug description: Uploads on Windows XP with apache do not upload
Uploaded files from forms do not appear in the defined temporary directory; however, PHP acts as if it was uploaded fine, even assigns a temporary name to it: Array ( [file] => Array ( [name] => headline.gif [type] => image/gif [tmp_name] => C:\Apache\php\uploadtemp\php102D.tmp [size] => 17936 ) ) The problem is, no such file exists in C:\Apache\php\uploadtemp\. My temporary directory is specified like this in the PHP.ini: upload_tmp_dir = C:\Apache\php\uploadtemp\ I have also tried upload_tmp_dir = C:\Apache\php\uploadtemp and not setting a temporary directory at all to force php to use the system default. There is nothing spectacular about my setup, its simply Apache with PHP running as a module. -- Edit bug report at: http://bugs.php.net/?id=14979&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]