<html>
<body>
<form name="a" method="POST" enctype="multipart/form-data"
action="big_file.cgi">
File:<input type="file" name="file" />
<input type="submit" value="Send" />
</form>
</body>
</html>