Newer
Older
Digital_Repository / Old / pysocks / upload.html
nstanger on 12 Nov 2005 268 bytes - Second attempt at importing!
  1. <html>
  2. <head><title>hi there</title></head>
  3.  
  4. <body>
  5. <form ENCTYPE="multipart/form-data" action="./upload.cgi" method="post">
  6. file name <input type="file" name="the_file">
  7. <input type="text" name='description' value="hi">
  8. <input type="submit">
  9. </form>
  10. </body>
  11. </html>
  12.