cr: Formular Upload geht bei onsubmit nicht mehr

Beitrag lesen

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';>