Default encoding for contact forms is multipart/form-data.
authorrich <rich>
Sun, 26 Sep 2004 13:13:14 +0000 (13:13 +0000)
committerrich <rich>
Sun, 26 Sep 2004 13:13:14 +0000 (13:13 +0000)
templates/contact_show.html

index af1132b..a7e6799 100644 (file)
@@ -54,7 +54,7 @@ your page to enable the form.
 
 <pre>
 &lt;html&gt;
-&lt;form method="post" action="/_contact"&gt;
+&lt;form method="post" action="/_contact" enctype="multipart/form-data"&gt;
 &lt;input type="hidden" name="id" value="::name_html::"/&gt;
 &lt;table class="left_table"&gt;
 &lt;tr&gt; &lt;th&gt; Name: &lt;/th&gt;