| Current Path : /home/semix18/public_html/pogtech.pl/formularz/ |
| Current File : /home/semix18/public_html/pogtech.pl/formularz/index.htm |
<head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> </head> <body> <form enctype="multipart/form-data" action="sendform.php" method="POST"> <input type="hidden" name="MAX_FILE_SIZE" value="2000000" /> imie: <input name="imie"><br> nazwisko: <input name="nazwisko"><br> Plik1: <input type="file" name="file_1"><br> Plik2 <input type="file" name="file_2"><br> <br /> <input type="submit" value="Wyslij"><br> </form> </body>