Skip to content

Instantly share code, notes, and snippets.

@skihero
Created February 23, 2011 10:35
Show Gist options
  • Save skihero/840262 to your computer and use it in GitHub Desktop.
Save skihero/840262 to your computer and use it in GitHub Desktop.
<html><body>
<form enctype="multipart/form-data" action="../cgi-bin/save_file.py" method="post">
<p>File: <input type="file" name="file"></p>
<p><input type="submit" value="Upload"></p>
</form>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment