plik index.php
<html> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2"> <style> body, td { font-size: 10px; font-family: Verdana; } </style> </head> <body> <form enctype="multipart/form-data" action="send.php" method="POST"> <input type="hidden" name="MAX_FILE_SIZE" value="30000" /> Send this file: <input name="pliczek" type="file" /> <input type="submit" value="Send File" /> </form> </body> </html>
plik send.php
<? ?>