MichelM: enctype=multipart/form-data

Beitrag lesen

Hallo Christian,

versuch das mal:

HTML 4.0:
<form method='POST' action='upload.asp'>
<table frame=box rules=none border=0 cellpadding=2 cellspacing=0 align='center'>
<tr><td>Hochladen: <td><input type='file' name='file'>
<tr><td><td><input type='submit' value='UPLOAD!' name='upload'>
</table>

XHTML:
<form method="POST" action="upload.asp" target="_blank" enctype="multipart/form-data">
<p>Hochladen:<br/>
<input type=file name=file size=30></input></P>
<p><button name="submit" type="submit">
Upload
</button></P>
</form>

ansonsten können wir nur helfen, wenn da der Abfrage-Code des ASP-Scripts sowie das Formular selbst hier steht..

Wichtig sind auch Meta-Definitionen, der Zeichensatz und doctype-Definition, sowie Schreib-Leserechte auf dem Server (UNIX CHMOD 777 (später bei Funktion 755 probieren= sicherer) für das Verzeichnis, 666 für das File (Bild/Datei), IIS/NT/Windows2000: Ordnerfreigabe: Vollzugriff  Datei: Write (W) ).
Also melde Dich nochmal, ggf. auch per eMail.

Gruss

Michael