Created
February 23, 2011 10:35
-
-
Save skihero/840262 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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