Leider geht er immer noch nicht!! 
und das ist momentan der aktuelle Stand:
	
Hat jemand noch ne Idee??
							
						
					und das ist momentan der aktuelle Stand:
PHP-Code:
	
	
<?php
    echo '<pre>';
    print_r($_FILES);
    echo '</pre>';
    if ($_POST[radiobutton] == 4){
       echo $_FILES['form_data']['tmp_name'];
       $bild = addslashes(fread(fopen($_FILES['form_data'], "r"), filesize($_FILES['form_data'])));
       $name = $_FILES['$form_data']['name'];
       $sql = "INSERT INTO karten (bindata,filename) VALUES ('$bild', '$name')";
       echo $sql;
       $result = MySql_Query($sql)or die(mysql_error());
    }
?>
 
          
 
  
							
						
Kommentar