From c57373e19128948388ef55df121ea96c5c4d5a4a Mon Sep 17 00:00:00 2001 From: rich Date: Sun, 26 Sep 2004 13:13:14 +0000 Subject: [PATCH] Default encoding for contact forms is multipart/form-data. --- templates/contact_show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/contact_show.html b/templates/contact_show.html index af1132b..a7e6799 100644 --- a/templates/contact_show.html +++ b/templates/contact_show.html @@ -54,7 +54,7 @@ your page to enable the form.
 <html>
-<form method="post" action="/_contact">
+<form method="post" action="/_contact" enctype="multipart/form-data">
 <input type="hidden" name="id" value="::name_html::"/>
 <table class="left_table">
 <tr> <th> Name: </th>
-- 
1.8.3.1