Sorry aber das funktioniert auch nicht:
Ausgabe:
PHP:
<form action="test.php" method="post" enctype="multipart/form-data">
<input type="file" accept="image/jpeg" name="image" size="15">
<input type="Submit" value="Als Single eintragen"></form>
Ausgabe:
PHP:
<?
echo $_POST['image'];
?>