|
|
|
|
|
|
|
|
æpload
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Felder für Datei-Upload definieren</title> </head> <body>
<h1>Schicken Sie uns was Schickes!</h1>
<form action="input_file.htm" method="post" enctype="multipart/form-data"> <p>Wählen Sie eine Textdatei (txt, html usw.) von Ihrem Rechner aus:<br> <input name="Datei" type="file" size="50" maxlength="100000" accept="text/*"> </p> </form>
</body> </html> |
|
|
|
|
|
|
|
|
|
|
|
|