Created
June 17, 2015 22:30
-
-
Save rodolfofadino/a722336b52088d94f157 to your computer and use it in GitHub Desktop.
Upload image on thumbor with html form
This file contains hidden or 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> | |
<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