[Mono-bugs] [Bug 356846] New: FileUpload doesn't work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 28 18:22:14 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=356846


           Summary: FileUpload doesn't work
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: x86-64
        OS/Version: openSUSE 10.3
            Status: NEW
          Severity: Blocker
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: psoldack at wp.pl
         QAContact: mono-bugs at lists.ximian.com
          Found By: DeveloperNet


Created an attachment (id=192074)
 --> (https://bugzilla.novell.com/attachment.cgi?id=192074)
Application files: aspx, cs and web.config

Description of Problem:
ASP.NET 2.0 FileUpload control works fine in Microsoft.NET (Windows 2003
Server), but doesn't work with Mono 1.2.6 on Linux. 

Steps to reproduce the problem:
1. Unzip attached application to a folder
2. Start xsp2 in this folder
3. Start Web browser to connect to application.
4. In the application choose any file to upload and click 'SEND'
5. File should upload and application should show how many bytes were uploaded
and list 10 first bytes. Like: "3806 bytes sent! File starts with 255 216 255
224 0 16 74 70 73 70". File should be also saved as "TEST_PICTURE.JPG".


Actual Results:
File doesn't upload and application shows:
"0 bytes sent! File starts with "

Expected Results:
File should upload and application should show how many bytes were uploaded and
list 10 first bytes. Like: "3806 bytes sent! File starts with 255 216 255 224 0
16 74 70 73 70"


How often does this happen? 
Always

Additional Information:


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list