Return to Snippet

Revision: 39963
at January 24, 2011 05:17 by hoeken


Initial Code
<form method="POST" action="http://www.thingiverse.com/api/upload">
	<input type="hidden" name="url" value="{{base64_encoded_url}}">
	<input type="hidden" name="service" value="My Service Name">
	<input type="hidden" name="service_url" value="{{base64_encoded_service_url}}">
	Name: <input type="text" name="name" value="My Awesome Design"><br>
	Description: <input type="text" name="description" value="My Description"><br>
	<input type="submit" value="Upload to Thingiverse">
</form>

Initial URL
http://www.thingiverse.com/api

Initial Description


Initial Title
Thingiverse Simple Upload API Form

Initial Tags


Initial Language
HTML