Hi,
I guess first off I should let you know I am using a "newer" edition of apache2triad on my winxp. It is using versions php5 and mysql 4. The problem I am having is that a tmp file is not being created.. after using an upload form.
I get this after the form is submitted when I do a print_r to $_FILES
Array
(
[name] => 2 SIDES.jpg
[type] => image/jpeg
[tmp_name] => C:\apache2triad\temp\php88.tmp
[error] => 0
[size] => 188198
)
The problem is that the tmp_name file is never created.. I've tried using the file_exists function to tell.. but I also cannot see it when I go to that directory/folder.
Has anyone else had this problem before or know how to fix it?
Thanks, mike.