<html> <head><title>hi there</title></head> <body> <form ENCTYPE="multipart/form-data" action="./upload.cgi" method="post"> file name <input type="file" name="the_file"> <input type="text" name='description' value="hi"> <input type="submit"> </form> </body> </html>