Skip to content

Instantly share code, notes, and snippets.

@rodolfofadino
Created June 17, 2015 22:30
Show Gist options
  • Save rodolfofadino/a722336b52088d94f157 to your computer and use it in GitHub Desktop.
Save rodolfofadino/a722336b52088d94f157 to your computer and use it in GitHub Desktop.
Upload image on thumbor with html form
<html>
<head>
</head>
<body>
<form action="http://thumbor-server/image" enctype="multipart/form-data" method="post">
Upload Image:
<input type="file" id="media" name="media" />
<input type="submit" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment