cr: Formular Upload geht bei onsubmit nicht mehr

Hi,

ich habe ein simples upload formular:

<form action="" method="post" enctype="multipart/form-data">
<input type="file" name="datei">
<input type="submit" value="Hochladen">
</form>

was auch super funktioniert.

wenn ich nun statt <input type="submit" value="Hochladen"> das hier angebe, lädt es nicht mehr...warum?

<input type="submit" value="Hochladen" onmousedown="document.getElementById('linkleiste').style.display='block';>

  1. Hi,

    wenn ich nun statt <input type="submit" value="Hochladen"> das hier angebe, lädt es nicht mehr...warum?

    Schau in die Fehlerkonsole, und wenn die nichts hergibt, zeige uns ein Online-Beispiel.

    MfG ChrisB

    --
    RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?