[Webkit-unassigned] [Bug 72329] [Qt] Uploading images to Google+ using QtWebKit does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 25 06:49:28 PST 2011


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





--- Comment #1 from Dawit A. <adawit at kde.org>  2011-11-25 06:49:28 PST ---
The cause of this bug turns out to be the lack of support for BlobData in QtNetworkReplyHandler. Actually, the fact that QtNetworkReplyHandler does not even check for BlobData when form upload data type is actually a bug since it would be attempting to access a non-existent iodevice. In any case, I am not sure how to implement support for this functionality, but the lack of such support means, no image upload support in Google+ and worst yet a crash if you attempt to read from the POST iodevice in QNetworkAccessManager::createRequest.

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