ID:               14979
 Comment by:       jdroberts at carolina dot rr dot com
 Reported By:      rabbitdog at inter-tek dot net
 Status:           Closed
 Bug Type:         Unknown/Other Function
 Operating System: Windows XP
 PHP Version:      4.1.1
 New Comment:

agreed. server info: winXPpro,PHP.v4.3.2,apache.v2.0.47 --

i've configured php with apache as a CGI and module, both to no avail. 
Also reverted back to apache.v1.2.37 with the same results.  I modified
the tmp directory to anywhere you can think of and gave EVERYONE rights
to full control of the tmp directory.  PHP reports all info about the
file, and even the file location correctly; however, the file is never
written to that location.


Previous Comments:
------------------------------------------------------------------------

[2002-01-10 16:38:41] rabbitdog at inter-tek dot net

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 this bug report at http://bugs.php.net/?id=14979&edit=1

Reply via email to