Olive Branch MS Chamber of Commerce (circa Oct 1999)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

17 lines
433 B

  1. <html>
  2. <head>
  3. <title>Upload file</title>
  4. <link rel="stylesheet" href="/styles/basic.css">
  5. </head>
  6. <body>
  7. <form method="post" action="/cgi-bin/save_file" enctype="multipart/form-data">
  8. User: <input type="text" size=32 name="user_name">
  9. <br>
  10. Pathname: <input type="text" size=32 name="path_name">
  11. <br>
  12. Filename: <input type="file" size=32 name="file_name" accept="image/jpg,image/gif">
  13. <br>
  14. <input type=submit>
  15. </form>
  16. </body>
  17. </html>