Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
index 8981c5e4b19..6565a2b0a34 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+ * HtmlForm.cs: default value for Enctype is "".
+ * HtmlInputFile.cs: if no one set the encoding type for the HtmlForm,
+ we set it to "multipart/form-data". Fixes bug #58359.
+
2004-01-15 Alon Gazit <along@mainsoft.com>
* HtmlForm.cs: The property name always return the value of the
property UniqueID.