Page 1 of 1

Upload problems

PostPosted: 27. May 2011 17:28
by nilsot
I try uploading a file from a local disk using form - input - type='file'. The print_a($_FILES) displays the following:

Array
(
[upfile] => Array
(
[name] => index.php
[type] => application/octet-stream
[tmp_name] => C:\xampp\tmp\phpB581.tmp
[error] => 0
[size] => 6519
)

)

But there is no such file on C:\xampp\tmp\. I have Win7 Ultimate, XAMPP 1.7.3 and PHP 5.3.1.

Anyone who know what the problem is?