Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

unexpected close after adding QHttpMultiPart in my software

$
0
0
Hello I have a working code which upload file through http post ( I pasted code here [paste.ofcode.org] ) I want to integrate http posting in to my own program and use it.(I pasted my own code here [paste.ofcode.org]) but for no reason my program will close after clicking add upload button I guess QHttpMultiPart is the problem self._reply = self.parent().post(request, multiPart) Where or what I’m doing wrong ? thanks

Viewing all articles
Browse latest Browse all 13965

Trending Articles