Gib dem Form mal noch das Attribut
Name. Z.B.:
Code:
<FORM ENCTYPE="multipart/form-data" ACTION="t.htm" METHOD=POST Name="DateiForm">
File to process: <INPUT NAME="userfile1" TYPE="file">
<INPUT TYPE="submit" VALUE="Send File">
</FORM>
Hoffentlich hilfts. Ansonsten wäre es mal interessant zu wissen, wie die Daten und welche ankommen.
...
...