[Webkit-unassigned] [Bug 18343] [GTK] Soup backend must handle upload of multiple files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 7 11:03:04 PDT 2008


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





------- Comment #2 from lethalman88 at gmail.com  2008-04-07 11:03 PDT -------
WebCore gives us already the elements with multipart headers, but not the data
in case of files. In curl I just ended up by writing a function (readCallback
if not mispelled) that wrote the whole contents of the form to a buffer given
by curl. I think this can be done in soup too? Or do you think it's better to
have the multipart API in first?


-- 
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