Content Management/Internal Questions

From OLPC
Jump to: navigation, search
This article is a stub. You can help the OLPC project by expanding it.

Python



Django


Design


<form action="somefile.html" method="post">
	Text: <input name="a_text_field" type="text" /><br />
	File: <input name="field_name" type="file" /><br />
	<input name="submit_button" type="submit" />
</form>