[Webkit-unassigned] [Bug 16729] New: [cURL] Allow multiple files for upload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 02:38:52 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16729

           Summary: [cURL] Allow multiple files for upload
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
               URL: http://encodable.com/uploaddemo/
        OS/Version: All
            Status: NEW
          Keywords: Curl
          Severity: Trivial
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lethalman88 at gmail.com


Hello,
currently the setupPOST method in the ResourceHandleManager of cURL seems to
handle multiple files but doesn't. Actually it uses two different methods for
posting, one POSTFIELDS and the other HTTPPOST which are mutually exclusive.
Current issues:
- No problem without file uploading
- If files need upload, only one file is uploaded
- The other data when the file is uploaded is not POSTed due to the above
conflict
- Uploading this file doesn't respect the field names of the FORM, instead
forces to use "sendfile" and "filename".


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



More information about the webkit-unassigned mailing list