I dont know if this will change anything but give it a try
<? // UR CODe
//print("$bildfil");
if (isset($bildfil) )
{
print("<img src=\"$bildfil\" height=\"60\" width=\"60\" alt=\"image\">");
}
else
{
print("no picture to show");
}
?>
and #2 is in ur image tag I believe u need th actual server location of where the file is put not where it was on the users computer which is what I think is being held in $bildfil, But I could be totaly off base ... maybe posting some more of the code in these scripts will help us.