Hallo,
habe mir folgendes Skript gebastelt und ich komm nicht drauf, warum
es auf dem localhost funtioniert und nicht auf der Webseite.
Vielleicht kann mal jemand drüberschauen.
Danke für Hilfe und Grüsse java_hpls
-----------------------------------------------------------------------------
<form action="z_javabild.php" method="post" enctype="multipart/form-data">
<p><input id="Quellfoto" type="file" onchange=
"document.getElementById('Vorschaufoto').src=this.value;" name="foto"></p>
<p><input type="submit" value="Foto hochladen"></p>
</form>
<p>Vorschau:<br>
<img id="Vorschaufoto" title="Vorschau" height="100" alt="" width="100"></p>
-----------------------------------------------------------------------------