Skip to content

Instantly share code, notes, and snippets.

@gideondsouza
Created May 31, 2016 04:45
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 gideondsouza/f3a55300cc1002054fdf17ddd2468e38 to your computer and use it in GitHub Desktop.
Save gideondsouza/f3a55300cc1002054fdf17ddd2468e38 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Image Upload</title>
</head>
<body>
<h1>Upload Image</h1>
<form action="/save_image" method="POST" enctype="multipart/form-data">
<input type="file" name="file">
<input type="submit" value="Upload image">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment