Skip to content

Instantly share code, notes, and snippets.

@cjgiridhar
Created September 17, 2012 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjgiridhar/3735546 to your computer and use it in GitHub Desktop.
Save cjgiridhar/3735546 to your computer and use it in GitHub Desktop.
Tornado - File Uploads - Form
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Upload Form</title>
</head>
<body>
<p><h1>Select & Upload</h1></p>
<form enctype="multipart/form-data" action="/upload" method="post">
File: <input type="file" name="filearg" />
<br />
<br />
<input type="submit" value="upload" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment