[Mono-bugs] [Bug 54981][Cri] Changed - HttpInputFile.Value always returns an empty string

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 1 Mar 2004 16:24:02 -0500 (EST)


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@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54981

--- shadow/54981	2004-03-01 15:48:56.000000000 -0500
+++ shadow/54981.tmp.19075	2004-03-01 16:24:02.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 54981
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Fedora 1.0
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Critical
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: giuseppe.greco@agamura.com               
 QAContact: mono-bugs@ximian.com
@@ -39,6 +39,12 @@
 Can you attach your test case?
 
 ------- Additional Comments From giuseppe.greco@agamura.com  2004-03-01 02:01 -------
 Created an attachment (id=6812)
 Source files to reproduce the problem.
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-03-01 16:24 -------
+This looks like a browser thing.
+Try displaying Request.ContentType. Mozilla is sending:
+Content-Type: application/x-www-form-urlencoded and IE sends the
+(right?) "multipart/form-data".