Thread Dateiexplorer entwickeln??? (53 answers)
Opened by skontox at 2003-08-27 12:48

SirLant
 2003-08-27 16:21
#1985 #1985
User since
2003-08-04
516 Artikel
BenutzerIn
[default_avatar]
du könntest das hochladen mit nem formular machen:
[html]
<form action = "skript.pl" method = "POST" enctype = "multipart/form-data">
<input type = "file" name = "file" value = "ausw&auml;hlen">
<input type = "submit" name = "upload" value = "hochladen">
</form>
[/html]\n\n

<!--EDIT|SirLant|1061988483-->
--Programming today is a race between Software Enginers striving to build bigger and better idiot-proof Programs,
and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning!

View full thread Dateiexplorer entwickeln???