I use php version 5.1.2-29.5.
I made several tests. I checked the php modules and I found out I did not include several modules. I think the most important was the ctype Extension module.
choose a litle drastic method and checked all extension modules to be included.
But I dont know which ones are needed.
the uploading starts to work after I found an another script on the net whith one more function in it.
[php]
is_uploaded_file($_FILES['upload']['tmp_file'])
[/php]
after this function the move_uploaded_file(...) starts to work.