[Webkit-unassigned] [Bug 69667] New: enctype: 'multipart/form-data' POST request for html file upload created http session attributes null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 14:15:27 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69667

           Summary: enctype: 'multipart/form-data' POST request for html
                    file upload created http session attributes null
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: Macintosh
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: varunvikramsingh at gmail.com


Hi,

We are facing one issue on LION mac system with Safari Version 5.1(7534.48.3).

The issue is whenever we are trying to submit a form to cater file upload functionality with enctype: 'multipart/form-data' in Post request. The http session attributes becomes null, this generally happens while trying to upload html file.

The upload functionality works fine in Leopard Mac systems with Safari version 5.1 (6534.50).

Please let us know in case, there is any know issue pertaining to our specific problem.

var downloadForm = $('tempInp').wrap('form', {
        id: 'frmDownloadFile',
        name: 'frmDownloadFile',
        enctype: 'multipart/form-data',
        target: 'ifDownloadTarget',
        action: './fileDownload.do',
        method: 'POST'
    });    

Thanks,
Varun Singh

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list