[Mono-bugs] [Bug 74989][Nor] Changed - HtmlInputFile "maxlength"
value assigned wrongly to "accept" attribute when running
input file on server-side
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 18 20:00:13 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74989
--- shadow/74989 2005-05-18 19:00:07.000000000 -0400
+++ shadow/74989.tmp.31909 2005-05-18 20:00:13.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 74989
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details: tested on both RH9 and ubuntu warty
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo at ximian.com
ReportedBy: barbara at idealnet.com
QAContact: mono-bugs at ximian.com
@@ -64,6 +64,15 @@
accept="text/*" />
</p>
</form>
</body>
</html>
+
+------- Additional Comments From gonzalo at ximian.com 2005-05-18 20:00 -------
+I cannot reproduce this bug. I get:
+-----
+<input name="_ctl0" type="file" size="50" maxlength="100000"
+accept="text/*" />
+----
+
+with svn HEAD and 1.1.7.
More information about the mono-bugs
mailing list