Content Management/Internal Questions
From OLPC
< Content Management
Revision as of 00:17, 1 February 2008 by Sethwoodworth (Talk | contribs)
This article is a stub. You can help the OLPC project by expanding it.
[edit] Python
[edit] Django
[edit] 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>

