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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 28 Feb 2004 12:28:22 -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 giuseppe.greco@agamura.com.

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

--- shadow/54981	2004-02-28 12:28:22.000000000 -0500
+++ shadow/54981.tmp.22307	2004-02-28 12:28:22.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 54981
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Fedora 1.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: giuseppe.greco@agamura.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: HttpInputFile.Value always returns an empty string
+
+HttpInputFile.Value always returns an empty string.
+
+Steps to reproduce the problem:
+1. Write a small ASP.NET application that uses the HttpInputFile class
+2. Start a browser and select a file
+3. Try to get the HttpInputFile.Value property
+
+Actual Results:
+HttpInputFile.Value is ""
+
+Expected Results:
+HttpInputFile.Value should contain the selected file.
+
+How often does this happen?
+Always.
+
+
+Additional Information:
+That works on M$ Windows.